[][src]Function fermium::rect::SDL_EnclosePoints

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

Calculate a minimal rectangle enclosing a set of points.

Return: SDL_TRUE if any points were within the clipping rect