Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

Room.H

Go to the documentation of this file.
00001 
00010 #ifndef ROOM_H
00011 #define ROOM_H
00012 
00013 #include "WorldTranslate.H"
00014 
00015 namespace InSpace {
00016 
00017 class ROOM
00018 {
00019  public:
00020 
00021   static void moveBy(Wvec v) { 
00022     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(v);
00023   }
00024   static void moveBy(ROOMvec v) {
00025     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(v);
00026   }
00027   static void moveBy(Wtransf m) {
00028     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(m);
00029   }
00030   
00031 };
00032 
00033 }
00034 #endif

Generated on Thu Jul 8 15:19:29 2004 for inspace by doxygen 1.3.4