tickit_rectset_intersects - test if a region intersects with a rectangle set
Contents
Description
tickit_rectset_intersects() tests whether the area given by rect intersects with one or more regions in
the rectangle set.
Name
tickit_rectset_intersects - test if a region intersects with a rectangle set
Return Value
tickit_rectset_intersects() returns a true value if the the given area intersects with one or more
regions, or false if it does not intersect with any.
See Also
tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7) TICKIT_RECTSET_INTERSECTS(3)
Synopsis
#include<tickit.h>booltickit_rectset_intersects(constTickitRectSet*trs,constTickitRect*rect);
Link with -ltickit.
