Vector3.Negate(Vector3) Метод

Определение

Отрицает указанный вектор.

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

Параметры

value
Vector3

Вектор для отмены.

Возвращаемое значение

Отрицаемый вектор.

Применяется к