matrix: add matrix4 typedef
This commit is contained in:
parent
0533e3caaf
commit
67891ac175
@ -75,6 +75,8 @@ namespace util {
|
|||||||
static const matrix<T> ZEROES;
|
static const matrix<T> ZEROES;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <typename T> using matrix4 = matrix<T>;
|
||||||
|
|
||||||
typedef matrix<float> matrixf;
|
typedef matrix<float> matrixf;
|
||||||
typedef matrix<float> matrix4f;
|
typedef matrix<float> matrix4f;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user