Home
last modified time | relevance | path

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

/dports/games/barony/Barony-3.3.7/src/
H A Dactmonster.cpp3455 double targetdist = sqrt( pow(my->x - entity->x, 2) + pow(my->y - entity->y, 2) ); in actMonster() local
4057 double targetdist = sqrt( pow(my->x - entity->x, 2) + pow(my->y - entity->y, 2) ); in actMonster() local
4790 double targetdist = sqrt(pow(my->x - entity->x, 2) + pow(my->y - entity->y, 2)); in actMonster() local
4844 double targetdist = sqrt( pow(my->x - entity->x, 2) + pow(my->y - entity->y, 2) ); in actMonster() local
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_enemy.c11865 void P_InternalFlickyFly(mobj_t *actor, fixed_t flyspeed, fixed_t targetdist, fixed_t chasez) in P_InternalFlickyFly()