共用方式為


MatrixHelper.GetIsIdentity(Matrix) 方法

定義

傳回提供的 矩陣 是否代表 身分識別 轉換。 C# 和 Microsoft Visual Basic 程式代碼應該改用 IsIdentity

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

適用於