| Property | Defined by | ||
|---|---|---|---|
| alpha : Number = 0 | Intersection | ||
| point : Number3D | Intersection | ||
| status : int | Intersection | ||
| vert : Vertex3D | Intersection | ||
| Method | Defined by | ||
|---|---|---|---|
| Intersection | |||
|
linePlane(pA:Vertex3D, pB:Vertex3D, plane:Plane3D, e:Number = 0.01, dst:Intersection = null):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(point:Number3D = null, vert:Vertex3D = null)Parameters
point:Number3D (default = null) |
|
vert:Vertex3D (default = null) |
| linePlane | () | method |
public static function linePlane(pA:Vertex3D, pB:Vertex3D, plane:Plane3D, e:Number = 0.01, dst:Intersection = null):IntersectionParameters
pA:Vertex3D |
|
pB:Vertex3D |
|
plane:Plane3D |
|
e:Number (default = 0.01) |
|
dst:Intersection (default = null) |
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