Plane Properties |
The Plane type exposes the following members.
| Name | Description | |
|---|---|---|
| DD |
Gets or sets the distance of the Plane along its normal from the origin as a Double.
| |
| Empty |
A Plane with all of its components set to zero.
| |
| Normal |
Return the Plane normal
| |
| Normalized | Plane normalization - make length of normal be 1
| |
| XD |
Gets or sets the X component of the normal to the Plane as a Double.
| |
| YD |
Gets or sets the Y component of the normal to the Plane as a Double.
| |
| ZD |
Gets or sets the Z component of the normal to the Plane as a Double.
|