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