Method pseudoinverse
pseudoinverse(float3x3)
Computes the pseudoinverse of a matrix.
Declaration
public static float3x3 pseudoinverse(float3x3 m)
Parameters
Type | Name | Description |
---|---|---|
float3x3 | m | Matrix to invert. |
Returns
Type | Description |
---|---|
float3x3 | The pseudoinverse of m. |