Table of Contents

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

a b3Matrix3

The matrix to subtract from.

b b3Matrix3

The matrix to subtract.

Returns

b3Matrix3

The difference.