- pSDL_EnclosePointsalias pSDL_EnclosePoints = SDL_bool function(const(SDL_Point)* points, int count, const(SDL_Rect)* clip, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_HasIntersectionalias pSDL_HasIntersection = SDL_bool function(const(SDL_Rect)* A, const(SDL_Rect)* B) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_IntersectRectalias pSDL_IntersectRect = SDL_bool function(const(SDL_Rect)* A, const(SDL_Rect)* B, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_IntersectRectAndLinealias pSDL_IntersectRectAndLine = SDL_bool function(const(SDL_Rect)* rect, int* X1, int* Y1, int* X2, int* Y2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- pSDL_UnionRectalias pSDL_UnionRect = void function(const(SDL_Rect)* A, const(SDL_Rect)* B, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_EnclosePointsSDL_bool SDL_EnclosePoints(const(SDL_Point)* points, int count, const(SDL_Rect)* clip, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_HasIntersectionSDL_bool SDL_HasIntersection(const(SDL_Rect)* A, const(SDL_Rect)* B) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_IntersectRectSDL_bool SDL_IntersectRect(const(SDL_Rect)* A, const(SDL_Rect)* B, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_IntersectRectAndLineSDL_bool SDL_IntersectRectAndLine(const(SDL_Rect)* rect, int* X1, int* Y1, int* X2, int* Y2) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- SDL_PointInRectbool SDL_PointInRect(SDL_Point* p, SDL_Rect* r) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SDL_RectEmptybool SDL_RectEmpty(const(SDL_Rect)* X) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SDL_RectEqualsbool SDL_RectEquals(const(SDL_Rect)* A, const(SDL_Rect)* B) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- SDL_UnionRectvoid SDL_UnionRect(const(SDL_Rect)* A, const(SDL_Rect)* B, SDL_Rect* result) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.