Package | away3d.core.math |
Class | public class MathConsts |
Constant | Defined by | ||
---|---|---|---|
DEGREES_TO_RADIANS : Number = 0.017453292519943295 [static]
The amount to multiply with when converting degrees to radians.
| MathConsts | ||
RADIANS_TO_DEGREES : Number = 57.29577951308232 [static]
The amount to multiply with when converting radians to degrees.
| MathConsts |
DEGREES_TO_RADIANS | constant |
public static const DEGREES_TO_RADIANS:Number = 0.017453292519943295
The amount to multiply with when converting degrees to radians.
RADIANS_TO_DEGREES | constant |
public static const RADIANS_TO_DEGREES:Number = 57.29577951308232
The amount to multiply with when converting radians to degrees.