PPlane Type
An immutable Parametrized Plane or Frame with X, Y and Z Direction. This struct is called 'PPlane' , the other plane 'NPlane' refers to an un-oriented plane consisting only of a Origin and a Normal. Note: Never use the struct default constructor PPlane() as it will create an invalid zero length PPlane. Use PPlane.create or PPlane.createUnchecked instead.
Record fields
Record Field |
Description
|
The Origin 3D point of this PPlane.
|
|
The local X-axis of this PPlane.
|
|
The local Y-axis of this PPlane.
|
|
The local Z-axis of this PPlane.
|
Static members
Static member |
Description
|