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