7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-11-22 05:15:00 +00:00
kicad/qa/tests/libs/kimath
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
..
geometry Fix error in PointInside 2024-11-07 09:09:00 -08:00
math QA: BOOST_CHECK to _TEST in some KiMath tests 2024-10-09 11:42:16 +08:00
CMakeLists.txt Snapping: Add construction geometry snapping 2024-09-11 22:35:35 +01:00
kimath_test_module.cpp Move tests around 2023-04-24 22:09:36 -04:00
test_kimath.cpp C++-ify output using ToString 2024-06-25 18:35:12 -07:00