---
title: y
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/unitpoint3d/y
---

# y

The normalized distance from the origin to the point in the vertical dimension.

## Declaration

```swift
var y: CGFloat
```

## See Also

### Getting the point’s coordinates

- [x](swiftui/unitpoint3d/x.md)
- [z](swiftui/unitpoint3d/z.md)
