home *** CD-ROM | disk | FTP | other *** search
- #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
-