kicad/pcbnew/import_gfx
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
..
dialog_import_graphics.cpp Restore Fix Discontinuities default tolerance; enable it by default. 2024-01-16 12:13:08 +03:00
dialog_import_graphics.h Pcbnew, import graphics: fixes and enhancements: 2023-11-15 20:26:05 +01:00
dialog_import_graphics_base.cpp Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
dialog_import_graphics_base.fbp Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
dialog_import_graphics_base.h Reduce visual noise in dialog; regularize spacing. 2024-01-18 14:02:43 +00:00
graphics_importer_pcbnew.cpp Large rework of BEZIER_POLY 2024-06-18 17:55:41 -07:00
graphics_importer_pcbnew.h Simplify Import Graphics. 2023-10-19 01:31:13 +01:00