Click or drag to resize

Vector3UnaryNegation Operator

Negates a vector.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector3 operator -(
	Vector3 a
)

Parameters

a
Type: Karamba.GeometryVector3
Vector to be negated.

Return Value

Type: Vector3
Vector with inverted signs.
See Also