Add comment that region::overlap excludes borders

This commit is contained in:
Danny Robson 2012-05-03 15:59:01 +10:00
parent 32e3e61fa7
commit 52d73a8070

View File

@ -46,7 +46,7 @@ namespace util {
bool includes (const point&) const; // inclusive of borders
bool contains (const point&) const; // exclusive of borders
bool overlaps (const region<T>&) const;
bool overlaps (const region<T>&) const; // exclusive of borders
bool operator ==(const region<T>& rhs) const;
bool operator !=(const region<T>& rhs) const