Matrix3x2.Invert(Matrix3x2, Matrix3x2) Metod

Definition

Invertera den angivna matrisen. Returvärdet anger om åtgärden lyckades.

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

Parametrar

matrix
Matrix3x2

Matrisen som ska inverteras.

result
Matrix3x2

När den här metoden returneras innehåller den inverterade matrisen om åtgärden lyckades.

Returer

true om matrix har konverterats, annars false.

Gäller för