Angle of inclination. Its particularly important not to use this class to represent Latitudes as the Angle class has a normal range 0 <= a < 360 degrees, while Latitudes have a normal range +- 90 degrees. Unlike AngleVec this class has no multiply or divide, * or / methods. It has add and subtract, + and - methods, but these take AngleVecs as operands not other Angles. To Add,subtract or scale angles of inclination would make no sense.
- Companion:
- object
Value members
Concrete methods
bisects the negative or clockwise arc between this Angle and the operand Angle.
bisects the negative or clockwise arc between this Angle and the operand Angle.
bisects the positive or anti-clockwise arc between this Angle and the operand Angle.
bisects the positive or anti-clockwise arc between this Angle and the operand Angle.
Minus 90, subtract 90 degrees from this Angle, rotate this angle by 90 degrees in a clockwise direction.
Minus 90, subtract 90 degrees from this Angle, rotate this angle by 90 degrees in a clockwise direction.
plus 180, adds / subtracts 180 degrees from this Angle. As an Angle's range is 360 > a >= 0, adding or subtracting 180 degrees gives the same result.
plus 180, adds / subtracts 180 degrees from this Angle. As an Angle's range is 360 > a >= 0, adding or subtracting 180 degrees gives the same result.
Plus 90, add 90 degrees to this Angle, rotate this angle by 90 degrees in an anti-clockwise direction.
Plus 90, add 90 degrees to this Angle, rotate this angle by 90 degrees in an anti-clockwise direction.
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowDecT type class instances.
Inherited methods
The value of this angle expressed in degrees.
The value of this angle expressed in degrees.
- Inherited from:
- AngleLike
The value of the angle expressed in radians.
The value of the angle expressed in radians.
- Inherited from:
- AngleLike
The value of this angle expressed in arc seconds of a degree.
The value of this angle expressed in arc seconds of a degree.
- Inherited from:
- AngleLike
Intended to be a multiple parameter comprehensive Show method. Intended to be paralleled by showT method on ShowDecT type class instances.
Show with decimal precision of 0 places.
Show with decimal precision of 0 places.
- Inherited from:
- ShowDec
Show with decimal precision of 1 place padding with a zero if necessary.
Show with decimal precision of 1 place padding with a zero if necessary.
- Inherited from:
- ShowDec
Show with decimal precision of 2 places padding with zeros if necessary.
Show with decimal precision of 2 places padding with zeros if necessary.
- Inherited from:
- ShowDec
Show with decimal precision of 3 places padding with zeros if necessary.
Show with decimal precision of 3 places padding with zeros if necessary.
- Inherited from:
- ShowDec