Class Plane

Plane class

The plane. Defines an infinite plane.

public class Plane : ColladaElement

Constructors

NameDescription
Plane()The default constructor.

Properties

NameDescription
Equation { get; set; }Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.
Extra { get; set; }Gets or sets the extra.

See Also