AnimaL |
Tutorial |
Documentation |
00001 #ifndef ____animal_vec3_h_______________ 00002 #define ____animal_vec3_h_______________ 00003 00006 #include <animal/array.h> 00007 00008 namespace animal 00009 { 00010 00011 typedef Array<3,float> Vec3; 00012 00013 } 00014 00015 #endif