| 434 | } |
| 435 | |
| 436 | BoundingRegion 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 | } |
nothing calls this directly
no test coverage detected