A struct describing a bounding box.
More...
#include <BoundingBox.hpp>
|
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.
The documentation for this struct was generated from the following file:
- /home/runner/work/MeshKernel/MeshKernel/libs/MeshKernelApi/include/MeshKernelApi/BoundingBox.hpp