| Class | Description |
|---|---|
| Angle |
An angle specification
|
| Bounds |
Rectangular bounds, expressed as minimum and maximum rather than
origin/width/height as seen in the Rectangle implementation.
|
| Circle |
A circle.
|
| GeometryLib |
Various basic double-based geometry functions.
|
| Grid |
A square grid in space, defined as an origin and rectangular cell size.
|
| GridCoordinate |
An integer coordinate for a grid cell.
|
| GridSystem |
A system of grids within grids.
|
| Line |
A double-precision line class.
|
| Mesh |
A concave 2D polygon that has been tessellated into OpenGL primitives.
|
| Point | |
| Polygon |
A single, DoubleBuffer-based polygon.
|
| Polyline |
A single, DoubleBuffer-based polyline.
|
| PolylineArray |
A list of polylines.
|
| PolylineFollower |
Allows you to trace a polyline by advancing along its course - each advance
sets public x, y and angle variables for your use.
|
| Rectangle | |
| Scale |
An abstract representation of a scale, with automatic conversion to fixed ratio.
|
| Triangle |
A double-precision triangle class.
|
| TriangleArray |
A list of triangles.
|
| TurnVector |
A TurnArrayList is a 2-dimensional coordinate expressing a magnitude and
angular direction.
|