Plane class

Plane class

The plane. Defines an infinite plane.

Inheritance: PlaneColladaElement

The Plane type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Plane

Properties

PropertyDescription
equationGets or sets the equation.
Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.
extraGets or sets the extra.

See Also