Click or drag to resize
Accord.NET (logo)

Plane Properties

The Plane type exposes the following members.

Properties
  NameDescription
Public propertyA
Gets or sets the constant a in the plane definition a * x + b * y + c * z + d = 0.
Public propertyB
Gets or sets the constant b in the plane definition a * x + b * y + c * z + d = 0.
Public propertyC
Gets or sets the constant c in the plane definition a * x + b * y + c * z + d = 0.
Public propertyNormal
Gets the plane's normal vector.
Public propertyOffset
Gets or sets the distance offset between the plane and the origin.
Top
See Also