pcb 4.1.1
An interactive printed circuit board layout editor.
|
Structure to hold tracing parameters. More...
#include <potracelib.h>
Data Fields | |
int | turdsize |
int | turnpolicy |
double | alphamax |
int | opticurve |
double | opttolerance |
potrace_progress_t | progress |
Structure to hold tracing parameters.
Definition at line 51 of file potracelib.h.
double potrace_param_s::alphamax |
Corner threshold.
Definition at line 55 of file potracelib.h.
Use curve optimization?
Definition at line 56 of file potracelib.h.
Curve optimization tolerance.
Definition at line 57 of file potracelib.h.
Progress callback function.
Definition at line 58 of file potracelib.h.
Area of largest path to be ignored.
Definition at line 53 of file potracelib.h.
Referenced by bm_to_pathlist().
Resolves ambiguous turns in path decomposition.
Definition at line 54 of file potracelib.h.
Referenced by bm_to_pathlist().