Vector2d.Negate Method

Vector2dNegate Method

Computes the reversed vector.

(Provided for languages that do not support operator overloading. You can use the - unary operator otherwise)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Vector2d Negate(
	Vector2d vector
)
Public Shared Function Negate ( 
	vector As Vector2d
) As Vector2d

Parameters

vector
Type: Rhino.GeometryVector2d
A vector to negate.

Return Value

Type: Vector2d
A new vector where all components were multiplied by -1.
Version Information

Rhino for Windows

Supported in: 6.14
See Also