Click or drag to resize
AB4D logo

Plane Properties

The Plane type exposes the following members.

Properties
 NameDescription
Public propertyA Gets or sets value of the a variable in the plane with equation: a*x + b*y + c*z + d = 0 or p*n + d = 0. This is also the X component in the plane's normal value.
Public propertyB Gets or sets value of the b variable in the plane with equation: a*x + b*y + c*z + d = 0 or p*n + d = 0. This is also the Y component in the plane's normal value.
Public propertyC Gets or sets value of the v variable in the plane with equation: a*x + b*y + c*z + d = 0 or p*n + d = 0. This is also the Z component in the plane's normal value.
Public propertyD Gets or sets value of the d variable in the plane with equation: a*x + b*y + c*z + d = 0 or p*n + d = 0. The value determines the distance of the plane from the origin (0, 0, 0) in the normal's direction.
Public propertyNormal Gets normal vector of this plane. It is equal to (A, B, C) values.
Top
See Also