Method b3IsValidMatrix3
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3IsValidMatrix3(b3Matrix3)
Determines whether a matrix is neither NaN nor infinite.
public static extern NativeBool b3IsValidMatrix3(b3Matrix3 a)Parameters
ab3Matrix3-
The matrix to test.
Returns
- NativeBool
-
true when the matrix is valid.