Description
Returns the matrix transformation from plane to world coordinates, using the normal to the plane.
Visual Basic
Public static Function PlaneToWorld( normal As Vector3d ) As Matrix3d
C#
public static Matrix3d PlaneToWorld( Vector3d normal );
Parameters
| Parameters | Description |
|---|---|
| Vector3d normal | Input normal to the plane for transformation |