Edit

Share via


Matrix4x4.GetDeterminant Method

Definition

Calculates the determinant of the current 4x4 matrix.

C#
public float GetDeterminant();
C#
public readonly float GetDeterminant();

Returns

The determinant.

Applies to