AnimaL |
Tutorial |
Documentation |
00001 #ifndef ____animal_vec4_h_______________ 00002 #define ____animal_vec4_h_______________ 00003 00006 #include <animal/array.h> 00007 00008 namespace animal 00009 { 00012 typedef Array<4,float> Vec4; 00013 00014 00015 } 00016 00017 #endif