Expand description
Traits for working with angular values, such as for in hues.
Traits§
- AngleEq
- Angular equality, where 0 degrees and 360 degrees are equal.
- From
Angle - Performs value-to-value conversion between angle types. See also
IntoAngle
. - Full
Rotation - Represents types that can express a full rotation (i.e. 360 degrees).
- Half
Rotation - Represents types that can express half of a rotation (i.e. 180 degrees).
- Into
Angle - Performs value-to-value conversion between angle types. See also
IntoAngle
. - Real
Angle - Angle values that are real numbers and can represent both radians and degrees.
- Signed
Angle - Angle types that can represent the full circle using positive and negative values.
- Unsigned
Angle - Angle types that can represent the full circle as positive values.