Home
last modified time | relevance | path

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

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/modes/
H A Dworld_with_rank.cpp188 float abs_distance2 = (getKart(k)->getXYZ()-v).length2(); in getRescuePositionIndex() local
190 if( abs_distance2 < CLEAR_SPAWN_RANGE2) in getRescuePositionIndex()
195 accumulated_distance += sqrt(abs_distance2); in getRescuePositionIndex()