home *** CD-ROM | disk | FTP | other *** search
- // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
- // see COPYRIGHT for reuse legalities
- //
-
-
- #import <appkit/appkit.h>
-
- #import "RIBCommand.h"
-
- @interface RIBMotionBegin:RIBCommand
- {
- RtInt nTimes;
- float *times;
- }
-
- - setNTimes:(RtInt)newNTimes timeVector:(float *)timeVector;
- - (RtInt)nTimes;
- - (float *)times;
-
- @end
-