Click or drag to resize

Vector2Negate Method

Negates a given vector.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 Negate(
	Vector2 value
)

Parameters

value
Type: Karamba.GeometryVector2
The source vector.

Return Value

Type: Vector2
The negated vector.
See Also