leftCoord | Left coordinate of the rectangle |
topCoord | Top coordinate of the rectangle |
rightCoord | Right coordinate of the rectangle |
bottomCoord | Bottom coordinate of the rectangle |
T offsetX | Horizontal offset |
T offsetY | Vertical offset |
T x | X coordinate of the point to test |
T y | Y coordinate of the point to test |
Rect!(T) rectangle | Rectangle to test |
Rect!(T) overlappingRect | Rectangle to be filled with overlapping rect (NULL by default) |