MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / computeBoundingRegion

Method computeBoundingRegion

CesiumGeospatial/src/S2CellBoundingVolume.cpp:436–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434}
435
436BoundingRegion S2CellBoundingVolume::computeBoundingRegion(
437 const CesiumGeospatial::Ellipsoid& ellipsoid) const noexcept {
438 return BoundingRegion(
439 this->_cellID.computeBoundingRectangle(),
440 this->_minimumHeight,
441 this->_maximumHeight,
442 ellipsoid);
443}

Callers

nothing calls this directly

Calls 2

BoundingRegionClass · 0.85

Tested by

no test coverage detected