Files Classes Functions Hierarchy
00001 #ifndef D2LINESEGMENT_H 00002 #define D2LINESEGMENT_H 00003 00007 class d2linesegment 00008 { 00009 public: 00010 00012 point2<double> v[2]; 00013 00015 bool const intersects(d2linesegment const & s2) const; 00016 00018 void rotate(double const theta); 00019 00021 void translate( pt2c & x ); 00022 }; 00023 00024 00025 00026 #endif 00027 00028
1.5.8