MatrixHelper.GetIsIdentity(Matrix) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回提供的 矩陣 是否代表 身分識別 轉換。 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
參數
傳回
Boolean
bool
如果 Matrix 代表身分識別轉換,則為 true;否則為 false。