Click or drag to resize

Matrix3x2GetDeterminant Method

Calculates the determinant for this matrix. The determinant is calculated by expanding the matrix with a third column whose values are (0,0,1).

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.
See Also