FMatrix3GetDeterminant(Single) Method

Return the 3x3 determinant of the caller's value set, using no pre-checks.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetDeterminant(
	float[,] values
)

Parameters

values  Single
Reference to a two dimensional array of values representing the content of the matrix.

Return Value

Single
The determinant of the 3 x 3 set of values.

See Also