|
|
1.1 ! root 1: #include "map.h" ! 2: ! 3: Xcylindrical(place, x, y) ! 4: struct place *place; ! 5: float *x, *y; ! 6: { ! 7: if(fabs(place->nlat.l) > 80.*RAD) ! 8: return(-1); ! 9: *x = - place->wlon.l; ! 10: *y = place->nlat.s / place->nlat.c; ! 11: return(1); ! 12: } ! 13: ! 14: int (*cylindrical())() ! 15: { ! 16: return(Xcylindrical); ! 17: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.