MeshKernel
|
A struct describing a bounding box. More...
#include <BoundingBox.hpp>
Public Attributes | |
double | xLowerLeft = std::numeric_limits<double>::lowest() |
The bounding box lower left x coordinate. | |
double | yLowerLeft = std::numeric_limits<double>::lowest() |
The bounding box lower left y coordinate. | |
double | xUpperRight = std::numeric_limits<double>::max() |
The bounding box upper right x coordinate. | |
double | yUpperRight = std::numeric_limits<double>::max() |
The bounding box upper right y coordinate. | |
A struct describing a bounding box.