Matrix3x2.GetDeterminant Metoda

Definice

Vypočítá determinant pro tuto matici.

public:
 float GetDeterminant();
public float GetDeterminant ();
public readonly float GetDeterminant ();
member this.GetDeterminant : unit -> single
Public Function GetDeterminant () As Single

Návraty

Determinant.

Poznámky

Determinant se vypočítá rozbalením matice o třetí sloupec, jehož hodnoty jsou (0,0,1).

Platí pro