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

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

/* Generated by Interface Builder */

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

@interface Lorenz : chaosView
{
	id myInspector;	//So I can talk to my inspector (create/free).
	double X, Y, Z, X0, Y0, Z0, DT, A, B, C; //Stuff for Lorenz definition.
}

-setValues: 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.