Files Classes Functions Hierarchy
00001 #ifndef D3MINCIRCLE_H 00002 #define D3MINCIRCLE_H 00003 00004 #include <d3minoperator.h> 00005 #include <point.h> 00006 #include <typedefs.h> 00007 00008 00009 typedef point3<double> pt3; 00010 00011 class d3mincircle : public d3minoperator 00012 { 00013 boolc testifinsidetriangle 00014 ( 00015 pt3 const & x, 00016 pt3 const & p0, 00017 pt3 const & p1, 00018 pt3 const & p2 00019 ) const; 00020 00021 public: 00022 00023 d3mincircle(d3tess & tess_); 00024 00025 boolc eval(uintc a, uintc b); 00026 00027 }; 00028 00029 00030 00031 #endif 00032
1.5.8