tickit_rectset_intersects
test if a region intersects with a rectangle set
- Provided by: libtickit-dev (Version: 0.4.1-1)
- Source: libtickit
- Report a bug
test if a region intersects with a rectangle set
#include <tickit.h> bool tickit_rectset_intersects(const TickitRectSet *trs, const TickitRect *rect);
Link with -ltickit.
tickit_rectset_intersects() tests whether the area given by rect intersects with one or more regions in the rectangle set.
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.
tickit_rectset_new(3), tickit_rectset(7), tickit_rect(7), tickit(7)