MathConsts provides some commonly used mathematical constants
Static variables
staticDEGREES_TO_RADIANS:Float = Math.PI / 180
The amount to multiply with when converting degrees to radians.
staticRADIANS_TO_DEGREES:Float = 180 / Math.PI
The amount to multiply with when converting radians to degrees.