Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
TICKIT_RECT_INTERSECTS(3)   Library Functions Manual   TICKIT_RECT_INTERSECTS(3)

NAME
     tickit_rect_intersects - test if two rectangles intersect

SYNOPSIS
     #include <tickit.h>

     bool tickit_rect_intersects(const TickitRect *a, const TickitRect *b);

     Link with -ltickit.

DESCRIPTION
     tickit_rect_intersects()  tests  whether the two given rectangles intersect
     at all. It returns true if there is a non-empty rectangular region in  com-
     mon covered by both rectangles. tickit_rect_intersect(3) can be used to ob-
     tain this intersection as well as performing the intersection test itself.

RETURN VALUE
     tickit_rect_contains() returns a boolean value.

SEE ALSO
     tickit_rect_init_sized(3),   tickit_rect_init_bounded(3),	tickit_rect_con-
     tains(3), tickit_rect_intersect(3), tickit_rect(7), tickit(7)

						       TICKIT_RECT_INTERSECTS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_rect_intersects&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help