Matrix3x2.GetDeterminant メソッド

定義

この行列の決定値を計算します。

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

返品

決定要因。

注釈

行列式は、値が (0,0,1) である 3 番目の列で行列を展開することによって計算されます。

適用対象