pub unsafe extern "C" fn SDL_GetRectUnionFloat(
A: *const SDL_FRect,
B: *const SDL_FRect,
result: *mut SDL_FRect,
) -> boolExpand description
Calculate the union of two rectangles with float precision.
§Parameters
A: anSDL_FRectstructure representing the first rectangle.B: anSDL_FRectstructure representing the second rectangle.result: anSDL_FRectstructure filled in with the union of rectanglesAandB.
§Return value
Returns true on success or false on failure; call SDL_GetError() for more
information.
§Availability
This function is available since SDL 3.2.0.