Home
last modified time | relevance | path

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

/dragonfly/games/phantasia/
H A Dmisc.c1180 double deltax, deltay; in distance() local
1182 deltax = x_1 - x_2; in distance()
1184 return (sqrt(deltax * deltax + deltay * deltay)); in distance()