Table of Contents

Method b3MulSM

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3MulSM(float, b3Matrix3)

Scales a matrix.

public static b3Matrix3 b3MulSM(float s, b3Matrix3 a)

Parameters

s float

The scale.

a b3Matrix3

The matrix.

Returns

b3Matrix3

The scaled matrix.