kicad/libs/kimath/src
Seth Hillbrand f7f52d77e4 Rework Copper Sliver check
Adds QA checks to copper sliver tests.  Adds the following checks:
- Dot product between two arms (quickly avoids checks for >90°)
- Checks the sliver is convex (area test)
- Eliminates minor slivers with angles that are approximately 0 and ones
  with the opposite side width beneath a configurable level
- Updates Clipper2 to fix a couple of jagged edges on inflate
- Adds simplify during zone fill inflation to limit jaggies

Fixes https://gitlab.com/kicad/code/kicad/issues/14549
2023-04-25 10:32:46 -07:00
..
geometry Rework Copper Sliver check 2023-04-25 10:32:46 -07:00
math kimath: Switch from INT_MAX to std::numeric_limits 2023-03-10 16:38:35 +00:00
bezier_curves.cpp Fix a bunch of compiler warnings 2023-04-11 17:01:30 +00:00
convert_basic_shapes_to_polygon.cpp Fix compil warnings. 2023-03-23 18:36:59 +01:00
md5_hash.cpp Fix typo 2022-03-07 08:03:48 +01:00
trigo.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00