![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
Closed curve segment. More...
#include <potracelib.h>

Data Fields | |
| int | n |
| int * | tag |
| potrace_dpoint_t(* | c )[3] |
Closed curve segment.
Definition at line 106 of file potracelib.h.
c[n][3]: control points.
c[n][0] is unused for tag[n]=POTRACE_CORNER.
Definition at line 110 of file potracelib.h.
Referenced by privcurve_to_curve().
Number of segments.
Definition at line 108 of file potracelib.h.
Referenced by privcurve_to_curve().
| int* potrace_curve_s::tag |
tag[n]: POTRACE_CURVETO or POTRACE_CORNER.
Definition at line 109 of file potracelib.h.
Referenced by privcurve_to_curve().