Table of Contents

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

a b3Matrix3

The left matrix.

b b3Matrix3

The right matrix.

Returns

b3Matrix3

The product.