ftp.nice.ch/pub/next/science/mathematics/TotalChaos.1.0.s.tar.gz#/TotalChaos/types/Mandelexp.h

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

/* Generated by Interface Builder */

#import "chaosControl.h"
#import "chaosView.h"
#include <math.h>
#import <dpsclient/wraps.h>
#import <stdlib.h>
#import <stdio.h>
#import <appkit/Application.h>
#import <appkit/color.h>

@interface Mandelexp : chaosView
{
	id myInspector;	//So I can talk to my inspector (create/free).
	double XC, YC;	//XC and XY coords for Julia definition.
}

-setXYC: sender;	//Called by the inspector nib.
@end

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