Function sdl2_sys::SDL_EnclosePoints [] [src]

pub unsafe extern "C" fn SDL_EnclosePoints(
    points: *const SDL_Point,
    count: c_int,
    clip: *const SDL_Rect,
    result: *mut SDL_Rect
) -> SDL_bool

\brief Calculate a minimal rectangle enclosing a set of points

\return SDL_TRUE if any points were within the clipping rect