Method b3SubMM
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3SubMM(b3Matrix3, b3Matrix3)
Subtracts one matrix from another.
public static b3Matrix3 b3SubMM(b3Matrix3 a, b3Matrix3 b)Parameters
Returns
- b3Matrix3
-
The difference.
Subtracts one matrix from another.
public static b3Matrix3 b3SubMM(b3Matrix3 a, b3Matrix3 b)The difference.