共用方式為


Matrix3DHelper.GetIsIdentity(Matrix3D) 方法

定義

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

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

參數

target
Matrix3D

要評估的目標 Matrix3D

傳回

Boolean

bool

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

適用於