Click or drag to resize

Vector2fAddition Operator (Point2f, Vector2f)

Sums up a point and a vector, and returns a new point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Point2f operator +(
	Point2f point,
	Vector2f vector
)

Parameters

point
Type: Rhino.GeometryPoint2f
A point.
vector
Type: Rhino.GeometryVector2f
A vector.

Return Value

Type: Point2f
A new point that results from the addition of point and vector.
See Also