Function Rect.unify
Wraps SDL_UnionRect
which creates a dsdl
of the minimum size to enclose two given dsdl
s
Parameters
Name | Description |
---|---|
other | other dsdl to unify with the dsdl |
Returns
dsdl
of the minimum size to enclose the dsdl
and other