ftp.nice.ch/pub/next/graphics/3d/NXplot3d.3.2.NIHS.bs.tar.gz#/NXplot3d.3.2/Source/PlotShape.h

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

#import <3Dkit/3Dkit.h>

@interface PlotShape : N3DShape
{
RtPoint tickmin,tickstp;
SetPref *data;
int mode,flags,Omode;
RtColor flagcol[5];
float mmx[2],mmy[2],mmz[2];
float theta,chi,phi,aspect,ambient;
float Cst,Csp;
}
- renderSelf:(RtToken)context;
- setTicks:(RtPoint)Min :(RtPoint)Step;
- setData:(SetPref *)Data :(int)Mode :(int)Flags;
- setSurfaceType:(N3DSurfaceType)st andDescendants:(BOOL)flag;
- setAng:(float)alt :(float)az :(float)phi :(float)Aspect :(float)Ambient;
- setFlagColors:(RtColor *)col;
- setOver:(int)OMODE;
- setContour:(float)start :(float)space;
@end

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