| Circle |
Circle that is defined by its center point and a radius, defined with float
precision.
|
| Extrapolation |
Linear extrapolation based on a series of numerical data points.
|
| MathUtils |
Basic math-related functions that are not included in Math
or Google Guava.
|
| Point2D |
Point with X and Y coordinates, defined with float precision.
|
| Point3D |
Point with X, Y, and Z coordinates with float precision.
|
| Polygon |
Describes a two-dimensional convex polygon with float precision coordinates.
|
| RandomGenerator |
Utility class to help with random numbers.
|
| Rect |
Two-dimensional rectangle with coordinates defined with float precision.
|
| RotatingBuffer |
Stores time series values in a rotating buffer.
|
| Vector |
A two-dimensional vector with a direction and a magnitude, both defined with
float precision.
|