7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-24 18:05:02 +00:00
kicad/common/io/easyeda
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
..
easyeda_parser_base.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
easyeda_parser_base.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
easyeda_parser_structs.cpp Move JSON_SETTINGS and PARAMS to kicommon 2024-03-20 23:29:42 -04:00
easyeda_parser_structs.h EasyEDA Std: support multiple schematic sheets. 2024-03-04 15:09:31 +03:00