38 double xLowerLeft = std::numeric_limits<double>::lowest();
41 double yLowerLeft = std::numeric_limits<double>::lowest();
Contains all structs and functions exposed at the API level.
Definition BoundingBox.hpp:33
A struct describing a bounding box.
Definition BoundingBox.hpp:36
double yUpperRight
The bounding box upper right y coordinate.
Definition BoundingBox.hpp:47
double xUpperRight
The bounding box upper right x coordinate.
Definition BoundingBox.hpp:44
double xLowerLeft
The bounding box lower left x coordinate.
Definition BoundingBox.hpp:38
double yLowerLeft
The bounding box lower left y coordinate.
Definition BoundingBox.hpp:41