Method b3Det
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Det(b3Matrix3)
Computes the determinant of a matrix.
public static float b3Det(b3Matrix3 m)Parameters
mb3Matrix3-
The matrix.
Returns
- float
-
The determinant.
Computes the determinant of a matrix.
public static float b3Det(b3Matrix3 m)m b3Matrix3 The matrix.
The determinant.