Create a vector from one point to another

Namespace: Lucene.Net.Spatial.Geometry.Shape
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public Vector2D(
	Point2D from,
	Point2D to
)
Visual Basic
Public Sub New ( _
	from As Point2D, _
	to As Point2D _
)
Visual C++
public:
Vector2D(
	Point2D^ from, 
	Point2D^ to
)

Parameters

from
Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D

[Missing <param name="from"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Vector2D.#ctor(Lucene.Net.Spatial.Geometry.Shape.Point2D,Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

to
Type: Lucene.Net.Spatial.Geometry.Shape..::..Point2D

[Missing <param name="to"/> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Vector2D.#ctor(Lucene.Net.Spatial.Geometry.Shape.Point2D,Lucene.Net.Spatial.Geometry.Shape.Point2D)"]

See Also