proj home

Files   Classes   Functions   Hierarchy  

cubedraw2d.h

Go to the documentation of this file.
00001 #ifndef CUBEDRAW2D_H
00002 #define CUBEDRAW2D_H
00003 
00004 #include <cube.h>
00005 #include <cubedraw.h>
00006 #include <textoverlay.h>
00007 
00011 class cubedraw2d : public textoverlay
00012 {
00014   void writeface(uintc i);
00015 
00016   cubedraw cbd;
00017 public:
00018 
00020   double dx;
00021 
00023   cubedraw2d(cube const & cb_, doublec dx_);
00024 
00026   void draw();
00027 };
00028 
00029 
00030 #endif
00031 

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