Package | Description |
---|---|
org.apache.lucene.spatial.geometry.shape |
Modifier and Type | Method and Description |
---|---|
Vector2D |
Vector2D.mult(double d) |
Modifier and Type | Method and Description |
---|---|
void |
Point2D.add(Vector2D v) |
double |
Vector2D.dot(Vector2D in) |
boolean |
Vector2D.equals(Vector2D other) |
void |
Point2D.set(Vector2D v) |
void |
Rectangle.translate(Vector2D v) |
void |
Ellipse.translate(Vector2D v) |
void |
Geometry2D.translate(Vector2D v)
Translate according to the vector
|
Constructor and Description |
---|
Vector2D(Vector2D other) |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.