3#include "BoundingRegion.h"
4#include "GlobeRectangle.h"
29 toRegion(const
Ellipsoid& ellipsoid CESIUM_DEFAULT_ELLIPSOID) const;
49 void setPoleTolerance(
double tolerance) noexcept;
61 double getPoleTolerance() const noexcept;
80 double _poleTolerance;
82 double _minimumHeight;
83 double _maximumHeight;
98 bool _longitudeRangeIsEmpty;
Helper class for creating a BoundingRegion or GlobeRectangle from a set of points.
BoundingRegionBuilder() noexcept
Constructs a new instance, starting with an empty bounding region.
A bounding volume specified as a longitude/latitude bounding box and a minimum and maximum height.
A position defined by longitude, latitude, and height.
A quadratic surface defined in Cartesian coordinates.
A two-dimensional, rectangular region on a globe, specified using longitude and latitude coordinates....
Classes for geospatial computations in Cesium.