---
title: normalized
framework: spatial
role: symbol
role_heading: Instance Property
path: spatial/vector3d/normalized
---

# normalized

A new vector that represents the normalized copy of the current vector.

## Declaration

```swift
var normalized: Vector3D { get }
```

## See Also

### Geometry functions

- [cross(_:)](spatial/vector3d/cross(_:).md)
- [dot(_:)](spatial/vector3d/dot(_:).md)
- [length](spatial/vector3d/length.md)
- [lengthSquared](spatial/vector3d/lengthsquared.md)
- [normalize()](spatial/vector3d/normalize().md)
- [projected(_:)](spatial/vector3d/projected(_:).md)
- [reflected(_:)](spatial/vector3d/reflected(_:).md)
