[]
Calculates the inverse of the specified matrix.
public static Matrix4x4 Invert(Matrix4x4 value)
Type | Name | Description |
---|---|---|
Matrix4x4 | value | The matrix whose inverse is to be calculated. |
Type | Description |
---|---|
Matrix4x4 | The inverse of the specified matrix. |