-
Methods in org.graphstream.ui.geom with parameters of type Vector2
| Modifier and Type |
Method |
Description |
void |
Vector2.add(Vector2 other) |
Add each element of other to the corresponding element of this.
|
void |
Vector2.copy(Vector2 other) |
Make this a copy of other.
|
double |
Vector2.dotProduct(Vector2 other) |
Dot product of this and other.
|
void |
Vector2.mult(Vector2 other) |
Multiply each element of this by the corresponding element of other.
|
void |
Vector2.sub(Vector2 other) |
Subtract each element of other to the corresponding element of this.
|