Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound 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 class ROOM
00016 {
00017  public:
00018 
00019   static void moveBy(Wvec v) { 
00020     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(v);
00021   }
00022   static void moveBy(ROOMvec v) {
00023     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(v);
00024   }
00025   static void moveBy(Wtransf m) {
00026     ((WorldTranslate*)(MathTranslate::instance()))->moveRoom(m);
00027   }
00028   
00029 };
00030 
00031 #endif

Generated on Mon Sep 15 16:27:56 2003 for inspace by doxygen1.2.18