Click or drag to resize

Vector2DUnaryNegation Operator

Negates a vector.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2D operator -(
	Vector2D vector
)

Parameters

vector
Type: LightBuzzVector2D
The vector to negate.

Return Value

Type: Vector2D
The negated vector.
See Also