Matrix4x4.Negate(Matrix4x4) Méthode

Définition

Inverse le signe de la matrice spécifiée en multipliant toutes ses valeurs par -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

Paramètres

value
Matrix4x4

Matrice dont il faut inverser le signe.

Retours

Matrice dont le signe a été inversé.

S’applique à