Specifies an axis-aligned box in local cartesian coordinates.
More...
#include <E57SimpleData.h>
|
| double | xMaximum = DOUBLE_MAX |
| | The maximum extent of the bounding box in the X direction.
|
| |
| double | xMinimum = -DOUBLE_MAX |
| | The minimum extent of the bounding box in the X direction.
|
| |
| double | yMaximum = DOUBLE_MAX |
| | The maximum extent of the bounding box in the Y direction.
|
| |
| double | yMinimum = -DOUBLE_MAX |
| | The minimum extent of the bounding box in the Y direction.
|
| |
| double | zMaximum = DOUBLE_MAX |
| | The maximum extent of the bounding box in the Z direction.
|
| |
| double | zMinimum = -DOUBLE_MAX |
| | The minimum extent of the bounding box in the Z direction.
|
| |
Specifies an axis-aligned box in local cartesian coordinates.
◆ operator!=()
◆ operator==()
◆ xMaximum
| double e57::CartesianBounds::xMaximum = DOUBLE_MAX |
The maximum extent of the bounding box in the X direction.
◆ xMinimum
| double e57::CartesianBounds::xMinimum = -DOUBLE_MAX |
The minimum extent of the bounding box in the X direction.
◆ yMaximum
| double e57::CartesianBounds::yMaximum = DOUBLE_MAX |
The maximum extent of the bounding box in the Y direction.
◆ yMinimum
| double e57::CartesianBounds::yMinimum = -DOUBLE_MAX |
The minimum extent of the bounding box in the Y direction.
◆ zMaximum
| double e57::CartesianBounds::zMaximum = DOUBLE_MAX |
The maximum extent of the bounding box in the Z direction.
◆ zMinimum
| double e57::CartesianBounds::zMinimum = -DOUBLE_MAX |
The minimum extent of the bounding box in the Z direction.
The documentation for this struct was generated from the following file: