Rotation
Represents a magnitude of angular displacement, internally stored as a Double of degrees. It may be greater than a full turn (360 degrees).
This representation does not define whether positive rotations are clockwise or anticlockwise, as that depends on axis of rotation (and the observer's frame of reference in space).
Most arithmetic operations are supported, and will automatically result in a Rotation or Bearing depending on the operation.
See also
Types
Properties
Returns the absolute value of this rotation.
Returns this Rotation as a scalar value in arc minutes.
Returns this Rotation as a scalar value in arc seconds.
Returns this Rotation as a scalar value in gradians.
Returns true
if this rotation is infinite (positive or negative).
Returns true
if this rotation is less than zero.
Returns true
if this rotation is greater than zero.
Functions
Format this Rotation as Degrees, ArcMinutes, and ArcSeconds components.
Returns the negation of this rotation.