/[libvob]/libvob/src/trans/Transform.cxx
ViewVC logotype

Diff of /libvob/src/trans/Transform.cxx

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

revision 1.3 by tjl, Fri Feb 28 13:56:08 2003 UTC revision 1.4 by tjl, Fri Jun 6 08:31:00 2003 UTC
# Line 28  Transform.cxx Line 28  Transform.cxx
28  #include <vob/Transform.hxx>  #include <vob/Transform.hxx>
29    
30  namespace Vob {  namespace Vob {
31          void RootCoords::vertex(const ZPt &p) const {      RootCoords::RootCoords() {
32              glVertex3f(p.x, p.y, p.z);      }
33          }      void RootCoords::vertex(const ZPt &p) const {
34            glVertex3f(p.x, p.y, p.z);
35        }
36  }  }

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

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