Geometry
Table of Contents
Classes
- BBox
- Bounding box represented as a set of minimum and maximum values for the x and y axes.
- BBoxUtils
- Utility class for BBox.
- MinMax
- Set of minimum and maximum values.
- MinMaxUtils
- Utility class for MinMax.
- Point
- Representation of the coordinates of a point.
- Polygon
- Polygon represented as a set of coordinates (vertices/points).
- PolygonUtils
- Utility class for Polygon.