Home | History | Annotate | Download | only in trek

Lines Matching defs:dx

62 **	if you can move their.  Dx and dy are the increment.  Fudgex
72 double dx, dy;
96 dx = Ship.sectx - k->x + ranf(3) - 1;
98 bigger = dx;
103 dx = dx / bigger + 0.5;
107 dx = -dx;
115 lookx = nextx + dx;
161 lookx = nextx + dx;