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

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

#include <stdio.h>
#include <math.h>

#include "misc.h"
#include "vector.h"
#include "voronoi.h"

#ifndef MAX
#define MAX(a,b) ((a)>(b))?(a):(b)
#endif

#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif

/* prototypes not included in orig voronoi code */
int load_vsites(int,float sites[][2],double,double,double,double);
int find_vregion(int,float pverts[][2]);
int find_dtriangles(TRI **);

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