Matrix4x4.Invert(Matrix4x4, Matrix4x4) Metod

Definition

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

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

Parametrar

matrix
Matrix4x4

Matrisen som ska inverteras.

result
Matrix4x4

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