Function sdl2_sys::SDL_UnionFRect
source ยท pub unsafe extern "C" fn SDL_UnionFRect(
A: *const SDL_FRect,
B: *const SDL_FRect,
result: *mut SDL_FRect,
)
Expand description
Calculate the union of two rectangles with float precision.
\param A an SDL_FRect structure representing the first rectangle
\param B an SDL_FRect structure representing the second rectangle
\param result an SDL_FRect structure filled in with the union of rectangles
A
and B
\since This function is available since SDL 2.0.22.