Package | Description |
---|---|
org.apache.lucene.spatial.geometry.shape |
Shape representations.
|
Modifier and Type | Method | Description |
---|---|---|
Vector2D |
Vector2D.mult(double d) |
Deprecated.
|
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 vector
|
void |
Rectangle.translate(Vector2D v) |
Deprecated.
|
Constructor | Description |
---|---|
Vector2D(Vector2D other) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.