RhinoCommon API
Point2dAddition Operator (Vector2d, Point2d) |
Adds a vector with a point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Point2d operator +( Vector2d vector, Point2d point )
Public Shared Operator + ( vector As Vector2d, point As Point2d ) As Point2d
Parameters
- vector
- Type: Rhino.GeometryVector2d
A vector. - point
- Type: Rhino.GeometryPoint2d
A point.
Return Value
Type: Point2dA new point that is coordinate-wise summed with the vector.
