Home
last modified time | relevance | path

Searched defs:defaultheight (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoCameraUtils.cpp253 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValue() local
296 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in getZoomFactor() local
321 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValueByDolly() local
404 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in setZoomValue() local
449 static const float defaultheight = sin(defaultangle) / cos(defaultangle); in getZoomFactor() local
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_user.cpp2158 fixed_t defaultheight = player->mo->GetDefault()->height; in P_CrouchMove() local