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

Method getNumberOfXTilesAtLevel

CesiumGeometry/src/OctreeTilingScheme.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 _rootTilesZ(rootTilesZ) {}
21
22uint32_t
23OctreeTilingScheme::getNumberOfXTilesAtLevel(uint32_t level) const noexcept {
24 return this->_rootTilesX << level;
25}
26
27uint32_t
28OctreeTilingScheme::getNumberOfYTilesAtLevel(uint32_t level) const noexcept {

Callers 3

positionToTileMethod · 0.95
tileToBoxMethod · 0.95
computeInvertedXMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected