2
Completeness CategoryRect
Dmitry Marakasov edited this page 2015-01-19 20:22:29 +03:00

Rectangle Functions

Function libSDL2pp method(s) / Notes
SDL_EnclosePoints
SDL_HasIntersection Rect::Intersects()
SDL_IntersectRect Rect::Intersect(), Rect::GetIntersection()
SDL_IntersectRectAndLine Rect::IntersectLine()
SDL_PointInRect Rect::Contains()
SDL_RectEmpty
SDL_RectEquals Rect::operator==()
SDL_UnionRect Rect::GetUnion(), Rect::Union()