Stores the bounds of some data in spherical coordinates.
More...
#include <E57SimpleData.h>
|
double | azimuthEnd |
|
double | azimuthStart |
| The ending azimuth angle defining the extent of the bounding region around the z axis.
|
|
double | elevationMaximum |
| The maximum extent of the bounding region from the horizontal plane.
|
|
double | elevationMinimum |
| The minimum extent of the bounding region from the horizontal plane.
|
|
double | rangeMaximum |
| The maximum extent of the bounding region in the r direction.
|
|
double | rangeMinimum |
| The minimum extent of the bounding region in the r direction.
|
|
Stores the bounds of some data in spherical coordinates.
◆ SphericalBounds()
e57::SphericalBounds::SphericalBounds |
( |
| ) |
|
To avoid exposing M_PI, we define the constructor here.
◆ operator!=()
◆ operator==()
◆ azimuthEnd
double e57::SphericalBounds::azimuthEnd |
◆ azimuthStart
double e57::SphericalBounds::azimuthStart |
The ending azimuth angle defining the extent of the bounding region around the z axis.
◆ elevationMaximum
double e57::SphericalBounds::elevationMaximum |
The maximum extent of the bounding region from the horizontal plane.
The starting azimuth angle defining the extent of the bounding region around the z axis
◆ elevationMinimum
double e57::SphericalBounds::elevationMinimum |
The minimum extent of the bounding region from the horizontal plane.
◆ rangeMaximum
double e57::SphericalBounds::rangeMaximum |
The maximum extent of the bounding region in the r direction.
◆ rangeMinimum
double e57::SphericalBounds::rangeMinimum |
The minimum extent of the bounding region in the r direction.
The documentation for this struct was generated from the following files: