Method b3Transpose
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Transpose(b3Matrix3)
Transposes a matrix.
public static b3Matrix3 b3Transpose(b3Matrix3 m)Parameters
mb3Matrix3-
The matrix.
Returns
- b3Matrix3
-
The transpose.
Transposes a matrix.
public static b3Matrix3 b3Transpose(b3Matrix3 m)m b3Matrix3 The matrix.
The transpose.