Table of Contents

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

a b3Matrix3

The first matrix.

b b3Matrix3

The second matrix.

Returns

b3Matrix3

The sum.