kicad/common/geometry
jean-pierre charras 5707e6eac8 Fix QA arc test according to the new arc bounding box calculation.
Previously, the arc center was included in the bounding box,
but this is incorrect.
In many cases it is not in the bbox, and can be very far away.
2020-01-04 10:16:30 +01:00
..
convex_hull.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
geometry_utils.cpp geometry/geometry_utils.cpp: Fix a minimal value (6) to calculate the segments by circle count to approximate a circle. 2019-04-02 11:33:35 +02:00
hetriang.cpp Move remaining hard-coded segment counts 2019-05-16 08:49:55 -07:00
seg.cpp Try to fix SEG::PointCloserThan(), not working for quasi H or V segments. 2019-12-29 18:24:17 +01:00
shape.cpp router: snap to clearance boundaries in Highlight Collisions mode 2017-01-19 17:47:15 +01:00
shape_arc.cpp Fix QA arc test according to the new arc bounding box calculation. 2020-01-04 10:16:30 +01:00
shape_collisions.cpp SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
shape_file_io.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
shape_line_chain.cpp Simplify to merge sequential, parallel segments 2019-12-12 13:54:48 +00:00
shape_poly_set.cpp SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
trigo.cpp Restore PointCloserThan() behaviour to really be "closer than". 2019-09-10 11:07:47 +01:00