Angle F
Represents an angle stored in single-precision 32-bit IEEE 754 floating point number.
On the JVM, non-nullable values of this type are represented as values of the primitive type float
.
Functions
Link copied to clipboard
Ensures that this value is not less than the specified minimum.
Link copied to clipboard
Ensures that this value is not greater than the specified maximum.
Link copied to clipboard
Link copied to clipboard
Returns an angle that is coterminal to this angle and is in [0°, 360°)
range.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns this angle value scaled by -1
.