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);
|