-
Notifications
You must be signed in to change notification settings - Fork 0
class_rect2
reduz edited this page Apr 10, 2014
·
9 revisions
####Category: Built-In Types
- Rect2 clip ( Rect2 b )
- bool encloses ( Rect2 b )
- Rect2 expand ( Vector2 to )
- float get_area ( )
- Rect2 grow ( float by )
- bool has_no_area ( )
- bool has_point ( Vector2 point )
- bool intersects ( Rect2 b )
- Rect2 merge ( Rect2 b )
- void Rect2 ( Vector2 pos, Vector2 size )
- void Rect2 ( float x, float y, float width, float height )