pcb 4.1.1
An interactive printed circuit board layout editor.

potrace_curve_s Struct Reference

Closed curve segment. More...

#include <potracelib.h>

Collaboration diagram for potrace_curve_s:

Data Fields

int n
int * tag
potrace_dpoint_t(* c )[3]

Detailed Description

Closed curve segment.

Definition at line 106 of file potracelib.h.


Field Documentation

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().

tag[n]: POTRACE_CURVETO or POTRACE_CORNER.

Definition at line 109 of file potracelib.h.

Referenced by privcurve_to_curve().


The documentation for this struct was generated from the following file: