Method b3AddMM
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3AddMM(b3Matrix3, b3Matrix3)
Adds two matrices.
public static b3Matrix3 b3AddMM(b3Matrix3 a, b3Matrix3 b)Parameters
Returns
- b3Matrix3
-
The sum.
Adds two matrices.
public static b3Matrix3 b3AddMM(b3Matrix3 a, b3Matrix3 b)The sum.