| Property | Defined by | ||
|---|---|---|---|
| alpha : Number = 0 | Intersection | ||
| point : Number3D | Intersection | ||
| status : int | Intersection | ||
| vert : Vertex3D | Intersection | ||
| Method | Defined by | ||
|---|---|---|---|
| Intersection | |||
|
[static]
| Intersection | ||
| Constant | Defined by | ||
|---|---|---|---|
| INTERSECTION : int = 1 [static]
| Intersection | ||
| NONE : int = 0 [static]
| Intersection | ||
| PARALLEL : int = 2 [static]
| Intersection | ||
| alpha | property |
public var alpha:Number = 0
| point | property |
public var point:Number3D
| status | property |
public var status:int
| vert | property |
public var vert:Vertex3D
| Intersection | () | constructor |
public function Intersection()
| linePlane | () | method |
public static function linePlane(pA:Vertex3D, pB:Vertex3D, plane:Plane3D, e:Number = 0.001):IntersectionParameters
pA:Vertex3D |
|
pB:Vertex3D |
|
plane:Plane3D |
|
e:Number (default = 0.001) |
Intersection |
| INTERSECTION | constant |
public static const INTERSECTION:int = 1
| NONE | constant |
public static const NONE:int = 0
| PARALLEL | constant |
public static const PARALLEL:int = 2