Plane Properties |
The Plane type exposes the following members.
Name | Description | |
---|---|---|
A |
Gets or sets the constant a in the plane
definition a * x + b * y + c * z + d = 0.
| |
B |
Gets or sets the constant b in the plane
definition a * x + b * y + c * z + d = 0.
| |
C |
Gets or sets the constant c in the plane
definition a * x + b * y + c * z + d = 0.
| |
Normal |
Gets the plane's normal vector.
| |
Offset |
Gets or sets the distance offset
between the plane and the origin.
|