| Interface | Description |
|---|---|
| Shape |
Root interface of all objects that represent some kind of geometric shape.
|
| Class | Description |
|---|---|
| MathUtils |
Basic math-related functions that are not included in
Math
or Google Guava. |
| Point2D |
A mutable point describing two-dimensional coordinates.
|
| Polygon |
Describes a two-dimensional convex polygon with integer precision coordinates.
|
| Rand |
Utility class for working with random numbers.
|
| Rect |
A two-dimensional axis-aligned rectangle with integer precision coordinates.
|
| Vector2D |
A mutable two-dimensional vector with float precision.
|