Point2Addition(Point2, Vector2) Operator

Gets the translate of a point by a vector.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static Point2 operator +(
	Point2 v,
	Vector2 w
)

Parameters

v  Point2
Point to be translated.
w  Vector2
Translation vector.

Return Value

Point2

[Missing <returns> documentation for "M:Karamba.Geometry.Point2.op_Addition(Karamba.Geometry.Point2,Karamba.Geometry.Vector2)"]

See Also