ftp.nice.ch/Attic/openStep/developer/resources/MiscKit.2.0.5.s.gnutar.gz#/MiscKit2/Tests/TestUserPath/BezierORShape.h

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

#import <AppKit/AppKit.h>

typedef float RtPoint[3];
typedef float RtBound[6];

@interface BezierORShape : NSObject
{
	RtPoint *mesh;
        RtBound	boundingBox;
	int numberOfPoints;
	float r1,z1,r2,z2;
}

+ shapeWithPoints:(const NSPoint *)thePoints :(int)theN;
- initWithPoints:(const NSPoint *)thePoints :(int)theN;
- (NSData *)eveData;

@end

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