Home | History | Annotate | Download | only in trek

Lines Matching defs:angle

50 #define GAMMA		0.30		/* cos(angle) */
63 ** of units to fire, and the spread angle. In automatic
87 double angle;
183 b->angle = hit * 0.0174532925;
228 b->angle = atan2(dy, dx);
273 printf(" a%.2f s%.2f\n", b->angle, b->spread);
303 ** GAMMA is a crud factor for angle (essentially
306 ** angle you are shooting at and the actual
307 ** angle of the klingon,
330 anglefactor = atan2(dy, dx) - b->angle;