MeshKernel
Public Attributes | List of all members
meshkernelapi::BoundingBox Struct Reference

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.
 

Detailed Description

A struct describing a bounding box.


The documentation for this struct was generated from the following file: