Matrix4x4.Negate(Matrix4x4) Methode

Definitie

De opgegeven matrix wordt ontkend door alle waarden te vermenigvuldigen met -1.

public:
 static System::Numerics::Matrix4x4 Negate(System::Numerics::Matrix4x4 value);
public static System.Numerics.Matrix4x4 Negate(System.Numerics.Matrix4x4 value);
static member Negate : System.Numerics.Matrix4x4 -> System.Numerics.Matrix4x4
Public Shared Function Negate (value As Matrix4x4) As Matrix4x4

Parameters

value
Matrix4x4

De matrix om te negate.

Retouren

De ontkende matrix.

Van toepassing op