Method orthonormalize
orthonormalize(float3x3)
Returns an orthonormalized version of a float3x3 matrix.
Declaration
public static float3x3 orthonormalize(float3x3 i)
Parameters
Type | Name | Description |
---|---|---|
float3x3 | i | The float3x3 to be orthonormalized. |
Returns
Type | Description |
---|---|
float3x3 | The orthonormalized float3x3 matrix. |