Plane Properties |
The Plane type exposes the following members.
Name | Description | |
---|---|---|
Center |
The center of the plane, the point where the normal line intersects the plane.
| |
D | ||
Normal |
The normal of the plane, which must be normalized.
In the scalar equation of the plane `ax + by + cz = d`, this is
the vector `(a, b, c)`, where `d` is the D property.
| |
PlaneXY |
A plane that extends in the X and Y axes (normal vector points +Z).
| |
PlaneXZ |
A plane that extends in the X and Z axes (normal vector points +Y).
| |
PlaneYZ |
A plane that extends in the Y and Z axes (normal vector points +X).
| |
x |
The X component of the plane's normal vector.
| |
y |
The Y component of the plane's normal vector.
| |
z |
The Z component of the plane's normal vector.
|