Vector3d.h

Go to the documentation of this file.
00001 #ifndef __VECMATH_VECTOR3D_HPP
00002 #define __VECMATH_VECTOR3D_HPP
00003 
00004 #ifndef __VECMATH_VECTOR3_HPP
00005 #include <vecmath/_Vector3.h>
00006 #endif
00007 
00008 typedef VECMATH_EXPORT _Vector3<double> Vector3d;
00009 
00011 //template Vector3d operator +(const Vector3d& u, const Vector3d& v);
00012 //    return Vector3d(u.x + v.x, u.y + v.y, u.z + v.z);
00013 //}
00014 
00015 #endif

Generated on Thu Sep 29 13:39:44 2005 for vecmath by  doxygen 1.4.4