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