kicad/pcbnew/teardrop
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
..
teardrop.cpp Remove stale teardrops before rebuilding connectivity. 2023-08-15 12:13:34 +01:00
teardrop.h Remove stale teardrops before rebuilding connectivity. 2023-08-15 12:13:34 +01:00
teardrop_parameters.cpp Teardrops: store parameters in BOARD_DESIGN_SETTINGS. 2022-01-23 10:57:08 +01:00
teardrop_parameters.h ADDED: Git integration support 2023-10-20 12:51:47 +00:00
teardrop_types.h Teardrops: fixes and enhancements: 2022-03-05 17:18:42 +01:00
teardrop_utils.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00