M_Rhino_Geometry_Point3f_op_Addition - mcneel/rhinocommon-api-docs GitHub Wiki
Adds a point to another point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public static Point3f operator +(
Point3f point1,
Point3f point2
)
VB
Public Shared Operator + (
point1 As Point3f,
point2 As Point3f
) As Point3f
- point1
- Type: Rhino.Geometry.Point3f
A point. - point2
- Type: Rhino.Geometry.Point3f
Another point.
Type: Point3f
A new vector that is the sum of point1 plus point2.
Supported in: 6.0.16224.21491