Table of Contents

Method b3Transpose

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

b3Transpose(b3Matrix3)

Transposes a matrix.

public static b3Matrix3 b3Transpose(b3Matrix3 m)

Parameters

m b3Matrix3

The matrix.

Returns

b3Matrix3

The transpose.