kicad/qa/unittests/libs/kimath/geometry
Roberto Fernandez Bautista 1fa1b44d02 Fix SHAPE_LINE_CHAIN::Simplify() when there are only 3 points in the chain
We weren't updating m_shapes properly.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/11695
2022-08-19 20:49:49 +01:00
..
fixtures_geometry.h
geom_test_utils.h
test_circle.cpp
test_fillet.cpp
test_segment.cpp geometry: use dedicated 64-bit integer square root for distance computations 2022-06-03 23:28:41 +02:00
test_shape_arc.cpp Fix rounding errors in SHAPE_ARC::Collide + fix qa tests 2022-04-11 13:46:36 +01:00
test_shape_compound_collision.cpp
test_shape_line_chain.cpp Fix SHAPE_LINE_CHAIN::Simplify() when there are only 3 points in the chain 2022-08-19 20:49:49 +01:00
test_shape_poly_set_arcs.cpp
test_shape_poly_set_collision.cpp Performance: avoid sqrt at all costs. 2022-07-16 18:42:32 +01:00
test_shape_poly_set_distance.cpp
test_shape_poly_set_iterator.cpp