Packagecom.degrafa.utilities.math
Classpublic class Consts

Helper class for advanced math used in various spline Geometry.



Public Properties
 PropertyDefined by
  EPSILON : Number
[read-only]
Consts
Public Methods
 MethodDefined by
  
Consts
Public Constants
 ConstantDefined by
  ARC_LENGTH : String = "AL"
[static]
Consts
  AUTO : String = "A"
[static]
Consts
  CHORD_LENGTH : String = "C"
[static]
Consts
  CIRCLE_ALPHA : Number
[static]
Consts
  DEG_TO_RAD : Number
[static]
Consts
  DUPLICATE : String = "D"
[static]
Consts
  EXPLICIT : String = "E"
[static]
Consts
  FIRST : String = "F"
[static]
Consts
  LAST : String = "L"
[static]
Consts
  OFF : Boolean = false
[static]
Consts
  ON : Boolean = true
[static]
Consts
  ONE_SIXTH : Number = 0.16666666666666666
[static]
Consts
  ONE_THIRD : Number = 0.3333333333333333
[static]
Consts
  PI_16 : Number
[static]
Consts
  PI_2 : Number
[static]
Consts
  PI_4 : Number
[static]
Consts
  PI_8 : Number
[static]
Consts
  POLAR : String = "P"
[static]
Consts
  RAD_TO_DEG : Number
[static]
Consts
  THREE_PI_2 : Number
[static]
Consts
  TWO_PI : Number
[static]
Consts
  TWO_THIRDS : Number
[static]
Consts
  UNIFORM : String = "U"
[static]
Consts
  ZERO_TOL : Number = 0.0001
[static]
Consts
Property detail
EPSILONproperty
EPSILON:Number  [read-only]Implementation
    public function get EPSILON():Number
Constructor detail
Consts()constructor
public function Consts()
Constant detail
ARC_LENGTHconstant
public static const ARC_LENGTH:String = "AL"
AUTOconstant 
public static const AUTO:String = "A"
CHORD_LENGTHconstant 
public static const CHORD_LENGTH:String = "C"
CIRCLE_ALPHAconstant 
public static const CIRCLE_ALPHA:Number
DEG_TO_RADconstant 
public static const DEG_TO_RAD:Number
DUPLICATEconstant 
public static const DUPLICATE:String = "D"
EXPLICITconstant 
public static const EXPLICIT:String = "E"
FIRSTconstant 
public static const FIRST:String = "F"
LASTconstant 
public static const LAST:String = "L"
OFFconstant 
public static const OFF:Boolean = false
ONconstant 
public static const ON:Boolean = true
ONE_SIXTHconstant 
public static const ONE_SIXTH:Number = 0.16666666666666666
ONE_THIRDconstant 
public static const ONE_THIRD:Number = 0.3333333333333333
PI_16constant 
public static const PI_16:Number
PI_2constant 
public static const PI_2:Number
PI_4constant 
public static const PI_4:Number
PI_8constant 
public static const PI_8:Number
POLARconstant 
public static const POLAR:String = "P"
RAD_TO_DEGconstant 
public static const RAD_TO_DEG:Number
THREE_PI_2constant 
public static const THREE_PI_2:Number
TWO_PIconstant 
public static const TWO_PI:Number
TWO_THIRDSconstant 
public static const TWO_THIRDS:Number
UNIFORMconstant 
public static const UNIFORM:String = "U"
ZERO_TOLconstant 
public static const ZERO_TOL:Number = 0.0001