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