kicad/libs
jean-pierre charras 17737af130 Fix some issues related to SHAPE_ARC:
- Some are related to shape errors when the allowed error to approximate circle
by segment is large and arc radius small.
- fix the actual error used in ConvertToPolyline().
- Use SHAPE_ARC::DefaultAccuracyForPCB() instead of a fixed value as extra margin
in zones. It should not change something, because it is also a fixed value
(5 micrometers), but it is not a magic number.
-TransformArcToPolygon() fix some issues and add a new algo, based on the arc actual
outline shape (initial algo is still available in code, just in case).
2021-06-30 13:33:49 +02:00
..
kimath Fix some issues related to SHAPE_ARC: 2021-06-30 13:33:49 +02:00
kiplatform Try to fix a include order (Windows only, to fix aCI/CD error) 2021-06-16 20:04:32 +02:00
sexpr Replace wxFile usage with wxFFile 2020-12-12 13:16:23 -05:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00