Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CesiumGS/cesium-native
/ getVerticalFieldOfView
Method
getVerticalFieldOfView
Cesium3DTilesSelection/src/ViewState.cpp:281–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
279
}
280
281
double ViewState::getVerticalFieldOfView() const noexcept {
282
return std::atan(-1.0 / this->_projectionMatrix[1][1]) * 2.0;
283
}
284
} // namespace Cesium3DTilesSelection
Callers
1
TestTilesetSelectionAlgorithm.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected