---
title: y
framework: vision
role: symbol
role_heading: Instance Property
path: vision/vnvector/y
---

# y

A signed projection that indicates the vector’s direction on the y-axis.

## Declaration

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

## See Also

### Inspecting a Vector

- [length](vision/vnvector/length.md)
- [r](vision/vnvector/r.md)
- [theta](vision/vnvector/theta.md)
- [squaredLength](vision/vnvector/squaredlength.md)
- [x](vision/vnvector/x.md)
- [dotProduct(of:vector:)](vision/vnvector/dotproduct(of:vector:).md)
- [unitVector(for:)](vision/vnvector/unitvector(for:).md)
