kicad/pcbnew/pcb_io/easyedapro
Seth Hillbrand bcf6b620a8 Large rework of BEZIER_POLY
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
2024-06-18 17:55:41 -07:00
..
CMakeLists.txt
pcb_io_easyedapro.cpp Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
pcb_io_easyedapro.h Push PCB_IOs to use the base progress reporter instead of per-function 2023-12-27 17:06:23 +00:00
pcb_io_easyedapro_parser.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
pcb_io_easyedapro_parser.h