|
Matrix4x4GetDeterminant Method
|
Calculates the determinant of the matrix.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double GetDeterminant()
Public Function GetDeterminant As Double
public:
double GetDeterminant()
member GetDeterminant : unit -> float
Return Value
Type:
DoubleThe determinant of the matrix.
See Also