point: add convenience typedef point4f

This commit is contained in:
Danny Robson 2015-01-13 18:39:43 +11:00
parent f6aeef594e
commit dadfe6173e

View File

@ -77,6 +77,7 @@ namespace util {
// Convenience typedefs
typedef point<2,float> point2f;
typedef point<3,float> point3f;
typedef point<4,float> point4f;
typedef point<2,double> point2d;
typedef point<3,double> point3d;