proj home

Files   Classes   Functions   Hierarchy  

buttonpanel01.h

Go to the documentation of this file.
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 

Generated on Fri Mar 4 00:49:28 2011 for Chelton Evans Source by  doxygen 1.5.8