共用方式為


Matrix3DHelper.GetHasInverse(Matrix3D) 方法

定義

傳回提供的 Matrix3D 是否可反轉。 C# 和 Microsoft Visual Basic 程式碼應該改用 HasInverse

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

參數

target
Matrix3D

要評估的目標 Matrix3D

傳回

Boolean

bool

如果Matrix3D有反向,則為true;否則為false

適用於