-
Notifications
You must be signed in to change notification settings - Fork 0
class_rect2
reduz edited this page Feb 23, 2014
·
9 revisions
Category: Built-In Types\
- Rect2 #clip( Rect2 b )
- bool #encloses( Rect2 b )
- Rect2 #expand( Vector2 to )
- real #get_area(****)
- Rect2 #grow( real 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( real x, real y, real width, real height )