Matrix3x2.GetDeterminant 메서드

정의

이 행렬의 행렬식을 계산합니다.

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

반환

Single

행렬식입니다.

설명

결정자는 값이 (0,0,1)인 세 번째 열로 행렬을 확장하여 계산됩니다.

적용 대상