Table of Contents

Method b3Det

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

b3Det(b3Matrix3)

Computes the determinant of a matrix.

public static float b3Det(b3Matrix3 m)

Parameters

m b3Matrix3

The matrix.

Returns

float

The determinant.