| Method | Defined by | ||
|---|---|---|---|
| ClassificationUtil | |||
|
[static]
| ClassificationUtil | ||
|
classifyPoints(points:Array, plane:Plane3D, e:Number = 0.01):uint
[static]
| ClassificationUtil | ||
|
[static]
| ClassificationUtil | ||
| Constant | Defined by | ||
|---|---|---|---|
| BACK : uint = 1 [static]
| ClassificationUtil | ||
| COINCIDING : uint = 2 [static]
| ClassificationUtil | ||
| FRONT : uint = 0 [static]
| ClassificationUtil | ||
| STRADDLE : uint = 3 [static]
| ClassificationUtil | ||
| point | property |
protected static var point:Vertex3D
| ClassificationUtil | () | constructor |
public function ClassificationUtil()
| classifyPoint | () | method |
public static function classifyPoint(point:Vertex3D, plane:Plane3D, e:Number = 0.01):uintParameters
point:Vertex3D |
|
plane:Plane3D |
|
e:Number (default = 0.01) |
uint |
| classifyPoints | () | method |
public static function classifyPoints(points:Array, plane:Plane3D, e:Number = 0.01):uintParameters
points:Array |
|
plane:Plane3D |
|
e:Number (default = 0.01) |
uint |
| classifyTriangle | () | method |
public static function classifyTriangle(triangle:Triangle3D, plane:Plane3D, e:Number = 0.01):uintParameters
triangle:Triangle3D |
|
plane:Plane3D |
|
e:Number (default = 0.01) |
uint |
| BACK | constant |
public static const BACK:uint = 1
| COINCIDING | constant |
public static const COINCIDING:uint = 2
| FRONT | constant |
public static const FRONT:uint = 0
| STRADDLE | constant |
public static const STRADDLE:uint = 3