Matrix3x2.Invert(Matrix3x2, Matrix3x2) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した行列を反転します。 戻り値は、操作が成功したかどうかを示します。
public:
static bool Invert(System::Numerics::Matrix3x2 matrix, [Runtime::InteropServices::Out] System::Numerics::Matrix3x2 % result);
public static bool Invert(System.Numerics.Matrix3x2 matrix, out System.Numerics.Matrix3x2 result);
static member Invert : System.Numerics.Matrix3x2 * Matrix3x2 -> bool
Public Shared Function Invert (matrix As Matrix3x2, ByRef result As Matrix3x2) As Boolean
パラメーター
- matrix
- Matrix3x2
反転する行列。
- result
- Matrix3x2
このメソッドから制御が戻るときに、操作が成功した場合は反転行列が格納されます。