Modules | |
Line collection manipulation. | |
Intersection tests. | |
Data Structures | |
struct | XY_line |
XY_line - libcrtxy structure representing a single line. More... | |
struct | XY_lines |
XY_lines - libcrtxy structure representing a group of lines. More... | |
Defines | |
#define | XY_THIN XY_FIXED_ONE |
Minimum line thickness. | |
Enumerations | |
enum | XY_intersection { XY_INTERSECTION_NONE, XY_INTERSECTION_INTERSECTING, XY_INTERSECTION_PARALLEL, XY_INTERSECTION_COINCIDENT } |
XY_intersection - libcrtxy line intersection results. More... |
#define XY_THIN XY_FIXED_ONE |
Minimum line thickness.
enum XY_intersection |
XY_intersection - libcrtxy line intersection results.