Files Classes Functions Hierarchy
00001 #ifndef D2SIMPLEXSEPARATEAXIS_H 00002 #define D2SIMPLEXSEPARATEAXIS_H 00003 00004 #include <d2simplex.h> 00005 00009 class d2simplexSeparateAxis : public d2simplex 00010 { 00011 public: 00012 00014 bool const intersects(d2simplex const & s2) const; 00015 00017 bool const sees(d2simplex const & s2) const; 00018 00019 }; 00020 00021 00022 #endif 00023 00024 00025
1.5.8