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