ftp.nice.ch/pub/next/science/mathematics/2DLab.3.1.s.tar.gz#/2DLab/tspheaders.h

This is tspheaders.h in view mode; [Download] [Up]

#define x(i) Data[((i)*2)] 
#define y(i) Data[((i)*2+1)] 
#define square(x) ((x)*(x))
#define ArcIndex(i,n) ((i)*n - (i)*((i)+1)/2) 
#define STATUS(s) [self->statusText setStringValue: s ]


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.