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