Click or drag to resize

Vector2Addition Operator

Adds two vectors together.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector2 operator +(
	Vector2 left,
	Vector2 right
)

Parameters

left
Type: Karamba.GeometryVector2
The first source vector.
right
Type: Karamba.GeometryVector2
The second source vector.

Return Value

Type: Vector2
The summed vector.
See Also