VectorNegate(Vector) Method

Negates the vector

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Negate(
	Vector vector
)

Parameters

vector  Vector
The vector to negate.

Return Value

Vector
The scaled vector.

See Also