Packageaway3d.core.math
Classpublic class MathConsts
InheritanceMathConsts Inheritance Object

MathConsts provides some commonly used mathematical constants



Public Constants
 ConstantDefined 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
Constant Detail
DEGREES_TO_RADIANSConstant
public static const DEGREES_TO_RADIANS:Number = 0.017453292519943295

The amount to multiply with when converting degrees to radians.

RADIANS_TO_DEGREESConstant 
public static const RADIANS_TO_DEGREES:Number = 57.29577951308232

The amount to multiply with when converting radians to degrees.