ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/bin/sweep_next/Sweep.h

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

#import <appkit/appkit.h>

@interface Sweep:Object
{
    id	radDeg;
    id	rotDir;
    id	rotDivisions;
    id	rotEnd;
    id	rotLength;
    id	rotView;
    id	sweepWindow;
    id	transDir;
    id	transLength;
    id	tranView;

    id  tranRot;

    id  cView;
    NXRect boxFrame;
}

- appDidInit:sender;
- go:sender;
- rotTran:sender;

@end

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