Vector3.Negate(Vector3) Metoda

Definice

Neguje zadaný vektor.

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

Parametry

value
Vector3

Vektor, který se má negovat.

Návraty

Negovaný vektor.

Platí pro