matrix: add convenience type matrix4f
This commit is contained in:
parent
7f152e5350
commit
82ee179b64
@ -73,6 +73,7 @@ namespace util {
|
||||
};
|
||||
|
||||
typedef matrix<float> matrixf;
|
||||
typedef matrix<float> matrix4f;
|
||||
|
||||
template <typename T>
|
||||
std::ostream& operator<< (std::ostream&, const matrix<T>&);
|
||||
|
Loading…
Reference in New Issue
Block a user