Matrix3x2.Invert(Matrix3x2, Matrix3x2) Metoda

Definice

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

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

Parametry

matrix
Matrix3x2

Matice, která se má invertovat.

result
Matrix3x2

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

Návraty

true pokud matrix byl převod úspěšně, v opačném případě false.

Platí pro