Home
last modified time | relevance | path

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

/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DCApp.h172 void calcSmoothFactor(Ogre::Vector3 &pos, float& avg, int& sample_count);
H A DTerrainEdit.cpp486 calcSmoothFactor(pos, avg, sample_count); in smooth()
492 void App::calcSmoothFactor(Vector3 &pos, float& avg, int& sample_count) in calcSmoothFactor() function in App