point: add point2u typedef for point<size_t,2>

This commit is contained in:
Danny Robson 2014-12-18 19:43:13 +11:00
parent c1c74a14f0
commit d4a6c115bc

View File

@ -74,6 +74,8 @@ namespace util {
typedef point<2,double> point2d;
typedef point<3,double> point3d;
typedef point<2,size_t> point2u;
}
#include "point.ipp"