proj home

Files   Classes   Functions   Hierarchy  

test02.h

Go to the documentation of this file.
00001 #ifndef TEST01_H
00002 #define TEST01_H
00003 
00004 #include <myglutgui.h>
00005 #include <menu02.h>
00006 #include <d2linesegment.h>
00007 #include <d2simplexintersection.h>
00008 
00009 
00010 class menu02;
00011 
00012 class test02 : public myglutgui
00013 {
00014 public:
00015 
00016   d2linesegment A;
00017   d2linesegment B;
00018   d2linesegmentsintersection si;
00019 
00020   menu02* menu;
00021 
00022   gobjContainer xGraphics;
00023 
00024   test02(int & argc, char** & argv);
00025   ~test02();
00026 
00028   void intersection();
00029 
00030   void keyboard(unsigned char key, int x, int y);
00031 
00032   void display();
00033 
00034   void eval();
00035 
00036 };
00037 
00038   
00039 
00040 #endif
00041 

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