include/crbn/basic/vec3.hpp

00001 
00002 #ifndef __vec3d_hpp__
00003 #define __vec3d_hpp__
00004 
00005 #ifdef SSE
00006 #include <crbn/basic/vec3_sse.hpp>
00007 #else
00008 #include <crbn/basic/vec3_c.hpp>
00009 #endif
00010 
00011 #endif // __vec3d_hpp__

Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0