class TAngle and class Angle
form of the angle range: RANGE__UNLIMITED = 0 no limitations RANGE__UNSIGNED = 1 0 <= angle <= 360, 0 <= angle <= PI * 2 RANGE__SIGNED = 2 -180 <= angle <= 180, -PI <= angle <= PI
| Enumerator |
|---|
| RANGE__UNLIMITED |
|
| RANGE__UNSIGNED |
|
| RANGE__SIGNED |
|
Definition at line 67 of file angle.h.
Multiplication operator. Multiplies a number with an angle.
Definition at line 712 of file angle.h.
Plus operator. Adds a number with an angle (in rad!)
Definition at line 722 of file angle.h.
Minus operator. Subtracts the value of an angle (in rad!) from a number.
Definition at line 732 of file angle.h.