Home
last modified time | relevance | path

Searched refs:defaultangle (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoCameraUtils.cpp252 static const float defaultangle = float(M_PI_4); in setZoomValue() local
253 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValue()
295 static const float defaultangle = float(M_PI_4); in getZoomFactor() local
296 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in getZoomFactor()
320 static const float defaultangle = float(M_PI_4); in setZoomValueByDolly() local
321 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValueByDolly()
403 static const float defaultangle = float(M_PI_4); in setZoomValue() local
404 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValue()
448 static const float defaultangle = float(M_PI_4); in getZoomFactor() local
449 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in getZoomFactor()