east 82 core/gps.c double east; east 99 core/gps.c r->east = g->lon_w * EARTH * cos(lat_w/RHO); east 104 core/gps.c p->delta = sqrt (r->north*r->north + r->east*r->east); east 105 core/gps.c p->alpha = arctan2 (r->east, r->north); east 111 core/gps.c r->east = sin(p->alpha) * p->delta;