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

# normalized

Returns the specified angle normalized between –180° and 180.0°.

## Declaration

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

## See Also

### Geometry functions

- [acos(_:)](spatial/angle2d/acos(_:).md)
- [acosh(_:)](spatial/angle2d/acosh(_:).md)
- [asin(_:)](spatial/angle2d/asin(_:).md)
- [asinh(_:)](spatial/angle2d/asinh(_:).md)
- [atan(_:)](spatial/angle2d/atan(_:).md)
- [atan2(y:x:)](spatial/angle2d/atan2(y:x:).md)
- [atanh(_:)](spatial/angle2d/atanh(_:).md)
