Class sandy.core.data.Plane

Description

Plane representation in a 3D space. Used maily to represent the frustrum planes of the camera This class is not used yet in Sandy.

Field Index

a, b, c, d

Method Index

new Plane()
toString()

Constructor Detail

Plane

public function Plane(a:Number, b:Number, c:Number, d:Number)

Create a new Plane Instance

Parameters

athe first plane coordinate
bthe second plane coordinate
cthe third plane coordinate
dthe forth plane coordinate

Field Detail

a

public a:Number

b

public b:Number

c

public c:Number

d

public d:Number

Method Detail

toString

public function toString(Void):String

Get a String represntation of the Plane.

Return

A String representing the Plane.