Modules | |
Line collection manipulation. | |
Intersection tests. | |
Data Structures | |
struct | XY_line |
Represents a single line. More... | |
struct | XY_lines |
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 } |
Line intersection results:. More... |
#define XY_THIN XY_FIXED_ONE |
Minimum line thickness.
enum XY_intersection |