Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

tickit_rectset_subtract - subtract a region from a rectangle set

Description

tickit_rectset_subtract()  ensures  that  the regions stored by the rectangle set do not include the area
       given by rect. To do this, it may have to split  one  or  more  of  the  existing  regions  into  smaller
       fragments, and so may result in more regions being stored.

Name

       tickit_rectset_subtract - subtract a region from a rectangle set

Return Value

tickit_rectset_subtract() returns no value.

See Also

tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)

                                                                                      TICKIT_RECTSET_SUBTRACT(3)

Synopsis

#include<tickit.h>voidtickit_rectset_subtract(TickitRectSet*trs,constTickitRect*rect);

       Link with -ltickit.

See Also