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