mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
added RectI::overlap_rect
This commit is contained in:
@ -31,6 +31,8 @@ namespace Blah
|
||||
Point bottom_right() const;
|
||||
|
||||
bool overlaps(const RectI& other) const;
|
||||
RectI overlap_rect(const Rect& against) const;
|
||||
|
||||
bool contains(const Point& pt) const;
|
||||
bool contains(const Vec2& pt) const;
|
||||
|
||||
|
Reference in New Issue
Block a user