kicad/eeschema/sch_io/altium
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_parser_sch.cpp Altium SCH Lib updates 2024-06-10 12:40:01 -07:00
altium_parser_sch.h ADDED: Handle PIECHART in Altium import 2024-05-05 08:39:30 -07:00
altium_storage_parser.ksy
sch_io_altium.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
sch_io_altium.h Altium SCH Lib updates 2024-06-10 12:40:01 -07:00
sch_io_altium_lib_cache.h