バージョン

GetInverse メソッド (MatrixUtil)

現在の変換の逆を取得します。
シンタックス
'宣言
 
Public Shared Function GetInverse( _
   ByVal matrix As Matrix _
) As Matrix
public static Matrix GetInverse( 
   Matrix matrix
)

パラメータ

matrix

戻り値の型

逆行列。
参照