Click or drag to resize

Matrix4x4GetDeterminant Method

Calculates the determinant of the matrix.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double GetDeterminant()

Return Value

Type: Double
The determinant of the matrix.
See Also