Packageaway3d.core.math
Classpublic class MathConsts

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.

Wiki link
Click to go to the wiki page for 'away3d.core.math.MathConsts'

Code examples

Comments