1TICKIT_RECTSET_INTERSECTS(3)Library Functions ManualTICKIT_RECTSET_INTERSECTS(3)
2
3
4
6 tickit_rectset_intersects - test if a region intersects with a rectan‐
7 gle set
8
10 #include <tickit.h>
11
12 bool tickit_rectset_intersects(const TickitRectSet *trs, const TickitRect *rect);
13
14 Link with -ltickit.
15
17 tickit_rectset_intersects() tests whether the area given by rect inter‐
18 sects with one or more regions in the rectangle set.
19
21 tickit_rectset_intersects() returns a true value if the the given area
22 intersects with one or more regions, or false if it does not intersect
23 with any.
24
26 tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)
27
28
29
30 TICKIT_RECTSET_INTERSECTS(3)