MatrixHelper.GetIsIdentity(Matrix) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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。