GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_RECT_INTERSECTS(3) FreeBSD Library Functions Manual TICKIT_RECT_INTERSECTS(3)

tickit_rect_intersects - test if two rectangles intersect

#include <tickit.h>

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

Link with -ltickit.

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

tickit_rect_contains() returns a boolean value.

tickit_rect_init_sized(3), tickit_rect_init_bounded(3), tickit_rect_contains(3), tickit_rect_intersect(3), tickit_rect(7), tickit(7)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.