kicad/common/io
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
..
altium Altium schematic parser: Add fraction pin placement 2024-06-10 15:02:18 -07:00
cadstar Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
common
eagle Fix several Eagle schematic import issues. 2024-06-10 11:28:20 -04:00
easyeda Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
easyedapro Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
kicad prettifier: add newline to end of file 2024-03-18 15:29:43 -04:00
io_base.cpp Eagle schematic importer improvements. 2024-06-10 11:28:20 -04:00
io_utils.cpp
io_utils.h