Click or drag to resize

Point2Subtraction Operator

Gets vector from one point to another.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static Vector2 operator -(
	Point2 v,
	Point2 w
)

Parameters

v
Type: Karamba.GeometryPoint2
First point - the tip of the vector.
w
Type: Karamba.GeometryPoint2
Second point.

Return Value

Type: Vector2

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

See Also