#include <scbtype.h>#include <glib.h>#include <scbpoint.h>

Go to the source code of this file.
Functions | |
| gboolean | scb_is_rect_intersect (const ScbRectPtr rect1, const ScbRectPtr rect2) |
| gboolean | scb_is_lines_intersect (const ScbPointPtr p1, const ScbPointPtr p2, const ScbPointPtr p3, const ScbPointPtr p4) |
| gboolean scb_is_lines_intersect | ( | const ScbPointPtr | p1, | |
| const ScbPointPtr | p2, | |||
| const ScbPointPtr | p3, | |||
| const ScbPointPtr | p4 | |||
| ) |
| gboolean scb_is_rect_intersect | ( | const ScbRectPtr | rect1, | |
| const ScbRectPtr | rect2 | |||
| ) |
1.5.6