home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
- #import <appkit/nextstd.h>
- #import <dpsclient/dpsclient.h> // For DPSTimedEntry, used below
-
-
- @interface MotionView:View
- {
- id VxForm;
- id VyForm;
- float ballRadius, ballDiameter;
- float gravity;
- float force, angle;
- DPSTimedEntry clockTE; // The clock timed entry
- float Dxi, Dyi; // initial X and Y position;
- float Dx,Dy; // current position
- float Vxi, Vyi; // initial X and Y velocity;
- float Vx, Vy; // velocity
- int running; // is the timer running? */
- int trail; // show your trail?
- }
-
- + newFrame:(const NXRect *)tF;
- - doTimedEntry;
- - free;
- - speed:sender;
- - angle:sender;
- - gravity:sender;
- - start:sender;
- - stop:sender;
- - reset:sender;
- - trail:sender;
-
- - setVxForm:anObject;
- - setVyForm:anObject;
-
- @end
-