kicad/qa/tests/libs/kimath
Seth Hillbrand 3cc1617f5a Fix slow selection time when calculating clearance
The clearance between two zones could be rather slow.  This was in part
to trying to do triangle-triangle collisions between zones when we only
need outline collision and in part to the shape_line_chain collision
routine.  The shape_line_chain collisions don't need to recreate
segments on each iteration and should instead create them once and using
this to check all collisions

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17327
2024-03-11 16:32:24 -07:00
..
geometry Fix slow selection time when calculating clearance 2024-03-11 16:32:24 -07:00
math Fix errant typecast in VECTOR2<T>::Resize 2023-05-29 19:34:40 -04:00
CMakeLists.txt Fix slow selection time when calculating clearance 2024-03-11 16:32:24 -07:00
kimath_test_module.cpp
test_kimath.cpp QA: show more info in TestCalcArcCenter3Pts. 2023-11-25 20:09:51 +03:00