Splits a double value into it's sexagesimal parts. Each part has the same sign as the provided value.
Value to split
Split parts
Static construction method, constructs an angle from the degree value provided.
Value of the angle in degrees.
A new Angle.
Static construction method, constructs an angle from the radian value provided.
Value of the angle in radians.
A new Angle.
Generated using TypeDoc
Represents an angle in degrees or radians. Has convenience methods to do trigonometric operations, and normalizations.
Sualeh Fatehi