MCPcopy 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
281double ViewState::getVerticalFieldOfView() const noexcept {
282 return std::atan(-1.0 / this->_projectionMatrix[1][1]) * 2.0;
283}
284} // namespace Cesium3DTilesSelection

Calls

no outgoing calls

Tested by

no test coverage detected