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