extent: add extent2i convenience type
This commit is contained in:
parent
9a6c4572fa
commit
bd22ec3172
@ -56,6 +56,7 @@ namespace util {
|
||||
void sanity (void) const;
|
||||
};
|
||||
|
||||
typedef extent<int> extent2i;
|
||||
typedef extent<size_t> extent2u;
|
||||
typedef extent<float> extent2f;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user