Files Classes Functions Hierarchy
00001 #ifndef BUTTONPANEL01_H 00002 #define BUTTONPANEL01_H 00003 00004 #include <gobj.h> 00005 #include <point.h> 00006 #include <zprmouse.h> 00007 00011 class buttonpanel01 : public gobj 00012 { 00013 public: 00014 00016 double centerdelta; 00017 00019 point2<double> pos[4]; 00020 00022 point3<double> posw[4]; 00023 00025 point3<uint> color[4]; 00026 00028 double radiussphere; 00029 00031 double radiusworld; 00032 00034 buttonpanel01(zprmouse* zm_); 00035 00037 zprmouse* zm; 00038 00040 void draw(); 00041 00043 void update(); 00044 00045 }; 00046 00047 #endif 00048
1.5.8