kicad/eeschema/sch_io/kicad_sexpr
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
..
sch_io_kicad_sexpr.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
sch_io_kicad_sexpr.h Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
sch_io_kicad_sexpr_common.cpp Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
sch_io_kicad_sexpr_common.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
sch_io_kicad_sexpr_lib_cache.cpp Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00
sch_io_kicad_sexpr_lib_cache.h RIP LIB_PIN. 2024-04-20 12:10:31 +01:00
sch_io_kicad_sexpr_parser.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
sch_io_kicad_sexpr_parser.h Flip symbol editor's Y axis to match other editors. 2024-04-27 13:47:56 +01:00