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