Annotation of researchv10no/cmd/map/libmap/sinusoidal.c, revision 1.1.1.1

1.1       root        1: #include "map.h"
                      2: 
                      3: int
                      4: Xsinusoidal(struct place *place, double *x, double *y)
                      5: {
                      6:        *x = - place->wlon.l * place->nlat.c;
                      7:        *y = place->nlat.l;
                      8:        return(1);
                      9: }
                     10: 
                     11: proj
                     12: sinusoidal(void)
                     13: {
                     14:        return(Xsinusoidal);
                     15: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.