kicad/qa/libs/kimath
Jon Evans 2c05d99d9f SHAPE_POLY_SET: Fix segment collision testing
It appears as though there was an optimization to skip testing segments if
one of their endpoints (and only the A point) was inside.  Unclear the reason
for this, but I'm going to assume that it was intended to optimize the case
where both points are inside (like the point case above it).
2021-04-04 20:12:45 -04:00
..
geometry SHAPE_POLY_SET: Fix segment collision testing 2021-04-04 20:12:45 -04:00
math
CMakeLists.txt
kimath_test_module.cpp
test_kimath.cpp