This is fractal.h in view mode; [Download] [Up]
/*
** fractal.h
** header file for fractal.c
** segmentation and fractalizing routines
** for project : MapMaker
** using NeXTStep and mach Unix.
** CPSC 414 Assignment No. 4 Project
**
** Programmed by Bradley Head and Thomas Burkholder
** December 1990
*/
/* fractal.h. */
typedef struct FractValues {
int Fractalize;
float f;
float H;
float StdDev;
} FractValues;
float Gauss();
void insertFSegments(PointList *pin, PointList *pout,ProjParam *pparam);
void Fract(Point a, Point b, float StdDev, PointList *plist);
int setFValues(int Fractalize, float H, float StdDev);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.