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