Wiki Page Content

Revision 3 as of 2010-09-26 17:50:36

Clear message

SDL_EnclosePoints

Use this function to calculate a minimal rectangle enclosing a set of points.

Syntax

SDL_bool SDL_EnclosePoints(const SDL_Point* points,
                           int              count,
                           const SDL_Rect*  clip,
                           SDL_Rect*        result)

Function Parameters

points

a pointer to an array of SDL_Points to be enclosed

count

the number of points

clip

an optional rectangle (SDL_Rect); see Remarks

result

a pointer to an SDL_Rect to be filled in

Return Value

Returns SDL_TRUE if any points were within the clipping rect.

green

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryRect

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit