| Package | com.degrafa.utilities.math |
| Class | public class Consts |
| Property | Defined by | ||
|---|---|---|---|
| EPSILON : Number [read-only]
| Consts | ||
| Method | Defined by | ||
|---|---|---|---|
|
Consts()
| Consts | ||
| Constant | Defined 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 | ||
| EPSILON | property |
EPSILON:Number [read-only]Implementation
public function get EPSILON():Number
| Consts | () | constructor |
public function Consts()
| ARC_LENGTH | constant |
public static const ARC_LENGTH:String = "AL"
| AUTO | constant |
public static const AUTO:String = "A"
| CHORD_LENGTH | constant |
public static const CHORD_LENGTH:String = "C"
| CIRCLE_ALPHA | constant |
public static const CIRCLE_ALPHA:Number
| DEG_TO_RAD | constant |
public static const DEG_TO_RAD:Number
| DUPLICATE | constant |
public static const DUPLICATE:String = "D"
| EXPLICIT | constant |
public static const EXPLICIT:String = "E"
| FIRST | constant |
public static const FIRST:String = "F"
| LAST | constant |
public static const LAST:String = "L"
| OFF | constant |
public static const OFF:Boolean = false
| ON | constant |
public static const ON:Boolean = true
| ONE_SIXTH | constant |
public static const ONE_SIXTH:Number = 0.16666666666666666
| ONE_THIRD | constant |
public static const ONE_THIRD:Number = 0.3333333333333333
| PI_16 | constant |
public static const PI_16:Number
| PI_2 | constant |
public static const PI_2:Number
| PI_4 | constant |
public static const PI_4:Number
| PI_8 | constant |
public static const PI_8:Number
| POLAR | constant |
public static const POLAR:String = "P"
| RAD_TO_DEG | constant |
public static const RAD_TO_DEG:Number
| THREE_PI_2 | constant |
public static const THREE_PI_2:Number
| TWO_PI | constant |
public static const TWO_PI:Number
| TWO_THIRDS | constant |
public static const TWO_THIRDS:Number
| UNIFORM | constant |
public static const UNIFORM:String = "U"
| ZERO_TOL | constant |
public static const ZERO_TOL:Number = 0.0001