proj home

Files   Classes   Functions   Hierarchy  

d2linesegment.h

Go to the documentation of this file.
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 

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