/[libvob]/libvob/include/vob/VecGL.hxx
ViewVC logotype

Diff of /libvob/include/vob/VecGL.hxx

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

revision 1.1 by tjl, Tue Feb 25 14:18:10 2003 UTC revision 1.2 by tjl, Mon Mar 10 16:02:05 2003 UTC
# Line 29  VecGL.hxx Line 29  VecGL.hxx
29  #ifndef __VECGL_HXX  #ifndef __VECGL_HXX
30  #define __VECGL_HXX  #define __VECGL_HXX
31    
 #include <libutil/Vec23.hxx>  
32  #include <GL/gl.h>  #include <GL/gl.h>
33    #include <vob/Vec23.hxx>
34    
35    
36  /** Useful overloads for OpenGL routines using Vec23.  /** Useful overloads for OpenGL routines using Vec23.
37   */   */
38  namespace VecGL {  namespace Vob {
     using namespace Vec23;  
39    
40      inline void glVertex(const ZVec &v) {      inline void glVertex(const ZVec &v) {
41          glVertex3f(v.x, v.y, v.z);          glVertex3f(v.x, v.y, v.z);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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