Matrix4x4Factory.NormalizeMatrix

Matrix4x4Factory.NormalizeMatrix method

Normalizes the axis of the given matrix, to make it orthogonal.

public static void NormalizeMatrix(ref Matrix4x4 xform)
ParameterTypeDescription
xformMatrix4x4&The Matrix4x4 to normalize.

See Also