Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DTrackVdr.cpp160 float fMapSizeX = maxX - minX, fMapSizeY = maxY - minY; // map size in CreateVdrMinimap() local
161 float size = std::max(fMapSizeX, fMapSizeY); in CreateVdrMinimap()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DHud_Create.cpp220 float fMapSizeX = maxX - minX, fMapSizeY = maxY - minY; // map size in Create() local
221 float size = std::max(fMapSizeX, fMapSizeY*asp); in Create()