Initializes a new instance of the Vector2D class

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(
	Vector2D other
)
Visual Basic
Public Sub New ( _
	other As Vector2D _
)
Visual C++
public:
Vector2D(
	Vector2D^ other
)

Parameters

other
Type: Lucene.Net.Spatial.Geometry.Shape..::..Vector2D

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

See Also