Method b3MulMM
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3MulMM(b3Matrix3, b3Matrix3)
Multiplies two matrices.
public static b3Matrix3 b3MulMM(b3Matrix3 a, b3Matrix3 b)Parameters
Returns
- b3Matrix3
-
The product.
Multiplies two matrices.
public static b3Matrix3 b3MulMM(b3Matrix3 a, b3Matrix3 b)The product.