[Missing <summary> documentation for "M:Lucene.Net.Spatial.Geometry.Shape.Point2D.Set(Lucene.Net.Spatial.Geometry.Shape.Vector2D)"]

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

Parameters

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

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

See Also