Packageorg.papervision3d.core.math.util
Classpublic class Intersection



Public Properties
 PropertyDefined by
  alpha : Number = 0
Intersection
  point : Number3D
Intersection
  status : int
Intersection
  vert : Vertex3D
Intersection
Public Methods
 MethodDefined by
  
Intersection
  
linePlane(pA:Vertex3D, pB:Vertex3D, plane:Plane3D, e:Number = 0.001):Intersection
[static]
Intersection
Public Constants
 ConstantDefined by
  INTERSECTION : int = 1
[static]
Intersection
  NONE : int = 0
[static]
Intersection
  PARALLEL : int = 2
[static]
Intersection
Property detail
alphaproperty
public var alpha:Number = 0
pointproperty 
public var point:Number3D
statusproperty 
public var status:int
vertproperty 
public var vert:Vertex3D
Constructor detail
Intersection()constructor
public function Intersection()
Method detail
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)

Returns
Intersection
Constant detail
INTERSECTIONconstant
public static const INTERSECTION:int = 1
NONEconstant 
public static const NONE:int = 0
PARALLELconstant 
public static const PARALLEL:int = 2