Uses of Class
org.apache.lucene.spatial.geometry.shape.Vector2D

Packages that use Vector2D
org.apache.lucene.spatial.geometry.shape   
 

Uses of Vector2D in org.apache.lucene.spatial.geometry.shape
 

Methods in org.apache.lucene.spatial.geometry.shape that return Vector2D
 Vector2D Vector2D.mult(double d)
           
 

Methods in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D
 void Point2D.add(Vector2D v)
           
 double Vector2D.dot(Vector2D in)
           
 boolean Vector2D.equals(Vector2D other)
           
 void Point2D.set(Vector2D v)
           
 void Ellipse.translate(Vector2D v)
           
 void Rectangle.translate(Vector2D v)
           
 void Geometry2D.translate(Vector2D v)
          Translate according to the vector
 

Constructors in org.apache.lucene.spatial.geometry.shape with parameters of type Vector2D
Vector2D(Vector2D other)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.