mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 18:05:02 +00:00
bcf6b620a8
Add direct handling of quadratic beziers to save compute time and number of points. Update cubic interpolation to reduce number of points generated for a given smoothness Cache data on open and used cached data to avoid multiple re-calcs Remove minimum line length and number of segments and replace with standard max error level. Allows us to specify the tolerance of bezier interpolation |
||
---|---|---|
.. | ||
easyeda_parser_base.cpp | ||
easyeda_parser_base.h | ||
easyeda_parser_structs.cpp | ||
easyeda_parser_structs.h |