/[hegemonie]/hegemonie/Headers/Common/Camera.h
ViewVC logotype

Diff of /hegemonie/Headers/Common/Camera.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dam, Sun Jul 6 10:48:41 2003 UTC revision 1.3 by gabby, Tue Jul 15 09:04:35 2003 UTC
# Line 38  Line 38 
38    coord_t _eye;    coord_t _eye;
39    coord_t _center;    coord_t _center;
40    coord_t _up;    coord_t _up;
41      coord_t _dir;
42      coord_t _ortho;
43  }  }
44    
45  - (id) initWithFovy: (double)fovy  - (id) initWithFovy: (double)fovy
# Line 72  Line 74 
74                   pitch: (double)pitch                   pitch: (double)pitch
75                    roll: (double)roll;                    roll: (double)roll;
76    
77    - (void) forward: (double)step;
78    - (void) backward: (double)step;
79    
80    - (void) strafLeft: (double)step;
81    - (void) strafRight: (double)step;
82    
83    - (void) moveUp: (double)step;
84    - (void) moveDown: (double)step;
85    
86    - (void) rotateHeading: (double)heading;
87    - (void) rotatePitch: (double)pitch;
88    - (void) rotateRoll: (double)roll;
89    
90  @end  @end
91    
92  #endif /* CAMERA_H */  #endif /* CAMERA_H */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26