| Package | Description |
|---|---|
| us.ihmc.euclid.tools | |
| us.ihmc.euclid.tuple2D |
| Modifier and Type | Method | Description |
|---|---|---|
static Vector2D32 |
EuclidCoreRandomTools.generateRandomVector2D32(java.util.Random random) |
Deprecated.
Use
EuclidCoreRandomTools.nextVector2D32(Random) instead |
static Vector2D32 |
EuclidCoreRandomTools.nextVector2D32(java.util.Random random) |
Generates a random 2D vector.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Vector2D32.epsilonEquals(Vector2D32 other,
double epsilon) |
Tests on a per component basis if this vector is equal to the given
other to an
epsilon. |
boolean |
Vector2D32.geometricallyEquals(Vector2D32 other,
double epsilon) |
Tests if
this and other represent the same vector 2D to an epsilon. |
void |
Vector2D32.set(Vector2D32 other) |
Sets this vector to
other. |