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