Plane representation in a 3D space. Used maily to represent the frustrum planes of the camera This class is not used yet in Sandy.
new Plane()
public function Plane(a:Number, b:Number, c:Number, d:Number)
Create a new Plane Instance
Plane
a
b
c
d
public a:Number
public b:Number
public c:Number
public d:Number
public function toString(Void):String
Get a String represntation of the Plane.
A String representing the Plane.