Vector2f.Addition Operator

Vector2fAddition Operator

Computes the sum between two vectors.

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

Parameters

a
Type: Rhino.GeometryVector2f
First vector.
b
Type: Rhino.GeometryVector2f
Second vector.

Return Value

Type: Vector2f
The difference.
Version Information

Rhino for Windows

Supported in: 6.14
See Also