A plane in 3D space.
Used maily to represent the frustrum planes of the camera.
public var a:Number
public var b:Number
public var c:Number
public var d:Number
public function Plane(p_nA:Number = 0, p_nB:Number = 0, p_nC:Number = 0, p_nd:Number = 0)
Creates a new Plane instance.
Parameters
| p_nA:Number (default = 0) — the first plane coordinate
|
| |
| p_nB:Number (default = 0) — the second plane coordinate
|
| |
| p_nC:Number (default = 0) — the third plane coordinate
|
| |
| p_nd:Number (default = 0) — the forth plane coordinate
|
public function toString():String
Returns a string represntation of this plane.
Returns
| String — The string representing this plane.
|
ASDoc: Preliminary documentation for the Sandy 3D Engine, version 3.0.1