An wrapper for angle. Normally angle would be stored in double as radians, but this introduces rounding errors. This class stores value in microarcseconds to prevent rounding errors.
Usage examples: //import provides implicit conversions for numbers import Angle._ //use implicit conversions to construct angle from number val angle = 10.degree + 0.5.arcSec //convert value to radian an print it println(11.toRadian)
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
returns Angle with value normalized between 0 to 2*PI
returns Angle with value normalized between 0 to 2*PI
Attributes
Returns sequence of angles with given max value and increment
Returns sequence of angles with given max value and increment
Attributes
returns angle value in milliarcseconds
returns angle value in milliarcseconds
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any