kicad/libs/kimath/include
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
..
geometry Fix some issues related to SHAPE_ARC: 2021-06-30 13:33:49 +02:00
math Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
bezier_curves.h Fix broken Doxygen comment specifiers. 2021-01-25 07:42:36 -05:00
convert_basic_shapes_to_polygon.h Add conversion of circles to zones and enable in footprint editor. 2021-01-06 17:21:49 +00:00
md5_hash.h specctra_export: fix an issue with custom and chamfered/round rect pads. 2020-11-25 13:57:46 +01:00
trigo.h Formatting fixes and fix qa_kimath following rebase 2021-01-24 16:41:10 +00:00