| Parameter | Description |
|---|---|
| unitNormal | A non-zero vector that is perpendicular to the plane. It must be unit length. |
| pointInPlane | A point that lies in the plane. |
Plane Normalized Plane constructed from given inputs.
Creates a normalized Plane without normalization cost.
If you have a unit length normal vector, you can create a Plane faster than using one of its constructors by calling this function.