region: add region2f convenience typedef
This commit is contained in:
parent
bb20aec311
commit
1f93f907af
@ -90,6 +90,7 @@ namespace util {
|
|||||||
};
|
};
|
||||||
|
|
||||||
typedef region<size_t> region2u;
|
typedef region<size_t> region2u;
|
||||||
|
typedef region<float> region2f;
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
std::ostream& operator<< (std::ostream&, const util::region<T>&);
|
||||||
|
Loading…
Reference in New Issue
Block a user