Home
last modified time | relevance | path

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

/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DHoverAirMoveType.cpp428 const float goalDistSq2D = goalVec.SqLength2D(); in UpdateFlying() local
434 (goalDistSq2D < ( 400.0f)): in UpdateFlying()
435 (goalDistSq2D < (maxDrift * maxDrift)) && (math::fabs(gHeight + wantedHeight - pos.y) < maxDrift); in UpdateFlying()