Variable DEGREEConst

DEGREE: number = ...

The value of a degree in radians. Usage: 90 * DEGREE - Converts 90 degrees to radians (= 1.57) 1.57 / DEGREE - Converts radians to degrees (= 90)

Generated using TypeDoc