vector: add 4d and 4f convenience typedefs
This commit is contained in:
parent
f3733b1cbc
commit
3b1226ee9c
@ -102,9 +102,11 @@ namespace util {
|
|||||||
// convenience typedefs
|
// convenience typedefs
|
||||||
typedef vector<2,float> vector2f;
|
typedef vector<2,float> vector2f;
|
||||||
typedef vector<3,float> vector3f;
|
typedef vector<3,float> vector3f;
|
||||||
|
typedef vector<3,float> vector4f;
|
||||||
|
|
||||||
typedef vector<2,double> vector2d;
|
typedef vector<2,double> vector2d;
|
||||||
typedef vector<3,double> vector3d;
|
typedef vector<3,double> vector3d;
|
||||||
|
typedef vector<3,double> vector4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user