Files Classes Functions Hierarchy
00001 #ifndef CIRCLED2TEST_H 00002 #define CIRCLED2TEST_H 00003 00004 #include <boxOBBhalfspaceD2.h> 00005 #include <circleD2.h> 00006 #include <gobj.h> 00007 #include <point.h> 00008 00009 00013 class circleD2test 00014 { 00015 public: 00016 00018 static circleD2<point2<double>,double> * Aptr; 00020 static boxOBBhalfspaceD2<point2<double>,double> * Bptr; 00021 00023 static bool * help; 00024 00026 static gobjContainer shapes; 00027 00029 gobjContainer xGraphics; 00030 00032 static void display01(); 00033 00035 static void keyboard01(unsigned char key, int x, int y); 00036 00038 static void update01(); 00039 00041 void test01(int & argc, char** argv); 00042 00043 }; 00044 00045 #endif 00046 00047
1.5.8