Point2f.Addition Operator

Point2fAddition Operator

Sums two Point2fs.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Vector2f operator +(
	Point2f a,
	Point2f b
)
Public Shared Operator + ( 
	a As Point2f,
	b As Point2f
) As Vector2f

Parameters

a
Type: Rhino.GeometryPoint2f
First point.
b
Type: Rhino.GeometryPoint2f
Second point.

Return Value

Type: Vector2f
An added Vector2f.
Version Information

Rhino for Windows

Supported in: 6.14
See Also