Matrix3x2.GetDeterminant 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
计算此矩阵的行列式。
public:
float GetDeterminant();
public float GetDeterminant ();
public readonly float GetDeterminant ();
member this.GetDeterminant : unit -> single
Public Function GetDeterminant () As Single
返回
行列式。
注解
行列的计算方法是使用第三列展开矩阵,其值为 0,0,1) (。