/[gzz]/gzz/gfx/liblines/Lines.hxx
ViewVC logotype

Diff of /gzz/gfx/liblines/Lines.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mudyc, Sat Nov 2 13:56:32 2002 UTC revision 1.5 by mudyc, Sat Nov 2 20:08:08 2002 UTC
# Line 26  namespace Lines { Line 26  namespace Lines {
26    
27      public:      public:
28          Lines(float l): linewidth(l), has_not_inited(true) { }          Lines(float l): linewidth(l), has_not_inited(true) { }
29            ~Lines();
30    
31          /** Draws a line from point a to b.          /** Draws a line from point a to b.
32           *  You have to transform a and b _before_           *  You have to transform a and b _before_
33           */           */
34          void draw(ZPt a, ZPt b);          void draw(ZPt a, ZPt b);
   
         ~Lines();  
35      };      };
36  }  }
37    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26