Matrix.

GetDeterminant() Method

Summary

Calculates the determinant for this matrix.
Namespace
Avalonia
Containing Type
Matrix

Syntax

public double GetDeterminant()

Remarks

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

Return Value

Type Description
double The determinant.