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 Vector2DVector2D. mult(double d)Deprecated.Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D Modifier and Type Method Description voidPoint2D. add(Vector2D v)Deprecated.doubleVector2D. dot(Vector2D in)Deprecated.booleanVector2D. equals(Vector2D other)Deprecated.voidPoint2D. set(Vector2D v)Deprecated.voidEllipse. translate(Vector2D v)Deprecated.voidGeometry2D. translate(Vector2D v)Deprecated.Translate according to the vectorvoidRectangle. translate(Vector2D v)Deprecated.Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D Constructor Description Vector2D(Vector2D other)Deprecated.
-