|
|
researchv10 Norman
#include "map.h"
int
Xsinusoidal(struct place *place, double *x, double *y)
{
*x = - place->wlon.l * place->nlat.c;
*y = place->nlat.l;
return(1);
}
proj
sinusoidal(void)
{
return(Xsinusoidal);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.