38 double xLowerLeft = std::numeric_limits<double>::lowest();
41 double yLowerLeft = std::numeric_limits<double>::lowest();
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
A struct describing a bounding box.
Definition: BoundingBox.hpp:35
Contains all structs and functions exposed at the API level.
Definition: BoundingBox.hpp:32
double yUpperRight
The bounding box upper right y coordinate.
Definition: BoundingBox.hpp:47