Method b3InvertT
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3InvertT(b3Matrix3)
Computes the inverse transpose of a matrix.
public static b3Matrix3 b3InvertT(b3Matrix3 m)Parameters
mb3Matrix3-
The matrix.
Returns
- b3Matrix3
-
The inverse transpose, or the zero matrix when the matrix is singular.