7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-23 08:43:43 +00:00
kicad/libs
Seth Hillbrand 7916b1ddb8 Fix error in PointInside
If we are checking a point that is inline with multiple segments, we
were counting both the entry and exit as crossings, leading to points
inside a polygon being registered as outside.  Changing the conditional
to only catch one crossing as required.

Adds a QA check to ensure that this remains fixed

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18377
2024-11-07 09:09:00 -08:00
..
core Standardise clamp function 2024-10-09 21:27:58 -06:00
kimath Fix error in PointInside 2024-11-07 09:09:00 -08:00
kinng Add some logging to KINNG 2024-11-05 18:38:27 -05:00
kiplatform ReparentModal: fix case when parent is not available 2024-10-31 14:42:53 +01:00
sexpr Tidy up string find API usages. 2024-05-28 15:30:29 +01:00
CMakeLists.txt ADDED: A new IPC API based on protobuf and nng 2024-04-02 19:34:36 -04:00