Create a vector from the origin of the coordinate system to the given point

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(
	double x,
	double y
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
Vector2D(
	double x, 
	double y
)

Parameters

x
Type: System..::..Double
The x.
y
Type: System..::..Double
The y.

See Also