Point2Subtraction Operator

Gets vector from one point to another.

Definition

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

Parameters

v  Point2
First point - the tip of the vector.
w  Point2
Second point.

Return Value

Vector2

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

See Also