Point3d.Addition (Vector3d, Point3d)
Public Operator
Sums up a point and a vector, and returns a new point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public static Point3d operator +( Vector3d vector, Point3d point)
Parameters
vector
Type: Rhino.Geometry.Vector3d
A vector.
point
Type: Rhino.Geometry.Point3d
A point.
Return Value
Type: Point3d
A new point that results from the addition of point and vector.