point: add convenience typedef point4f
This commit is contained in:
parent
f6aeef594e
commit
dadfe6173e
@ -77,6 +77,7 @@ namespace util {
|
|||||||
// Convenience typedefs
|
// Convenience typedefs
|
||||||
typedef point<2,float> point2f;
|
typedef point<2,float> point2f;
|
||||||
typedef point<3,float> point3f;
|
typedef point<3,float> point3f;
|
||||||
|
typedef point<4,float> point4f;
|
||||||
|
|
||||||
typedef point<2,double> point2d;
|
typedef point<2,double> point2d;
|
||||||
typedef point<3,double> point3d;
|
typedef point<3,double> point3d;
|
||||||
|
Loading…
Reference in New Issue
Block a user