---
title: UnitAngle
framework: foundation
role: symbol
role_heading: Class
path: foundation/unitangle
---

# UnitAngle

A unit of measure for planar angle and rotation.

## Declaration

```swift
class UnitAngle
```

## Overview

Overview You typically use instances of UnitAngle to represent specific quantities of planar angle using the NSMeasurement class. Angle Angle is a quantity of rotation. The SI unit for angle is the radian (rad), which is dimensionless and defined to be the angle subtended by an arc that is equal in length to the radius of a circle. Angle is also commonly expressed in terms of degrees (°) and revolutions (rev). The UnitAngle class defines its baseUnit() as degrees, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients:  |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |   |  |  |

## Topics

### Accessing the Base Unit

- [baseUnit()](foundation/dimension/baseunit().md)

### Accessing Predefined Units

- [degrees](foundation/unitangle/degrees.md)
- [arcMinutes](foundation/unitangle/arcminutes.md)
- [arcSeconds](foundation/unitangle/arcseconds.md)
- [radians](foundation/unitangle/radians.md)
- [gradians](foundation/unitangle/gradians.md)
- [revolutions](foundation/unitangle/revolutions.md)

## Relationships

### Inherits From

- [Dimension](foundation/dimension.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Physical Dimension

- [UnitArea](foundation/unitarea.md)
- [UnitLength](foundation/unitlength.md)
- [UnitVolume](foundation/unitvolume.md)
