Matrix4x4.Invert(Matrix4x4, Matrix4x4) Metoda

Definice

Invertuje zadanou matici. Vrácená hodnota označuje, jestli operace proběhla úspěšně.

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

Parametry

matrix
Matrix4x4

Matice, která se má invertovat.

result
Matrix4x4

Když tato metoda vrátí, obsahuje invertovanou matici, pokud operace byla úspěšná.

Návraty

Boolean

true byla-li matrix úspěšně převedena; falsev opačném případě .

Platí pro