KiCad PCB EDA Suite
|
#include <potracelib.h>
Public Attributes | |
int | turdsize |
int | turnpolicy |
double | alphamax |
int | opticurve |
double | opttolerance |
potrace_progress_t | progress |
Definition at line 38 of file potracelib.h.
double potrace_param_s::alphamax |
Definition at line 42 of file potracelib.h.
Referenced by process_path().
int potrace_param_s::opticurve |
Definition at line 43 of file potracelib.h.
Referenced by process_path().
double potrace_param_s::opttolerance |
Definition at line 44 of file potracelib.h.
Referenced by process_path().
potrace_progress_t potrace_param_s::progress |
Definition at line 45 of file potracelib.h.
Referenced by potrace_trace().
int potrace_param_s::turdsize |
Definition at line 40 of file potracelib.h.
Referenced by bm_to_pathlist().
int potrace_param_s::turnpolicy |
Definition at line 41 of file potracelib.h.
Referenced by bm_to_pathlist().