Matrix3x2.Invert(Matrix3x2, Matrix3x2) Methode

Definition

Invertiert die angegebene Matrix. Der Rückgabewert gibt an, ob der Vorgang erfolgreich war.

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

Parameter

matrix
Matrix3x2

Die matrix, die invertiert werden soll.

result
Matrix3x2

Wenn diese Methode zurückgegeben wird, enthält sie die invertierte Matrix, wenn der Vorgang erfolgreich war.

Gibt zurück

true wenn matrix erfolgreich konvertiert wurde; andernfalls false.

Gilt für: