---
title: y
framework: spatial
role: symbol
role_heading: Instance Property
path: spatial/point3d/y
---

# y

The y-coordinate value.

## Declaration

```swift
var y: Double { get set }
```

## See Also

### Inspecting a 3D point’s properties

- [x](spatial/point3d/x.md)
- [z](spatial/point3d/z.md)
- [vector](spatial/point3d/vector.md)
- [magnitudeSquared](spatial/point3d/magnitudesquared.md)
