Uses of Class
org.apache.lucene.spatial.geometry.shape.Vector2D
-
Packages that use Vector2D Package Description org.apache.lucene.spatial.geometry.shape Shape representations. -
-
Uses of Vector2D in org.apache.lucene.spatial.geometry.shape
Methods in org.apache.lucene.spatial.geometry.shape that return Vector2D Modifier and Type Method Description Vector2D
Vector2D. mult(double d)
Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D Modifier and Type Method Description void
Point2D. add(Vector2D v)
Deprecated.double
Vector2D. dot(Vector2D in)
Deprecated.boolean
Vector2D. equals(Vector2D other)
Deprecated.void
Point2D. set(Vector2D v)
Deprecated.void
Ellipse. translate(Vector2D v)
Deprecated.void
Geometry2D. translate(Vector2D v)
Deprecated.Translate according to the vectorvoid
Rectangle. translate(Vector2D v)
Deprecated.Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D Constructor Description Vector2D(Vector2D other)
Deprecated.
-