HomeSort by: relevance | last modified time | path
    Searched defs:tqy (Results 1 - 2 of 2) sorted by relevancy

  /src/games/trek/
computer.c 115 int tqx, tqy; local in function:computer
191 tqy = Ship.quady;
200 tqy = iy;
208 course = kalc(tqx, tqy, ix, iy, &dist);
215 tqx, tqy, ix, iy);
312 ** sqx,sqy/ssx,ssy to tqx,tqy/tsx,tsy.
316 kalc(int tqx, int tqy, int tsx, int tsy, double *dist)
326 dy = (tqy + tsy / quadsize) - (Ship.quady + Ship.secty / quadsize);
computer.c 115 int tqx, tqy; local in function:computer
191 tqy = Ship.quady;
200 tqy = iy;
208 course = kalc(tqx, tqy, ix, iy, &dist);
215 tqx, tqy, ix, iy);
312 ** sqx,sqy/ssx,ssy to tqx,tqy/tsx,tsy.
316 kalc(int tqx, int tqy, int tsx, int tsy, double *dist)
326 dy = (tqy + tsy / quadsize) - (Ship.quady + Ship.secty / quadsize);

Completed in 21 milliseconds