共用方式為


MatrixHelper.GetIsIdentity(Matrix) 方法

定義

傳回提供的 矩陣 是否代表 身分識別 轉換。

public:
 static bool GetIsIdentity(Matrix target);
 static bool GetIsIdentity(Matrix const& target);
public static bool GetIsIdentity(Matrix target);
function getIsIdentity(target)
Public Shared Function GetIsIdentity (target As Matrix) As Boolean

參數

target
Matrix

要評估的目標 矩陣

傳回

Boolean

bool

如果Matrix代表身分識別轉換,則true;否則為false

適用於