kicad/libs/kimath/include/geometry
Seth Hillbrand 8e97855557 Fix Clipper2 handling of Inflate/Deflate
For unknown reasons, Clipper2 only returns Paths structures from the
ClipperOffset::Execute routine.  Further, the Paths are not properly
ordered (outline->hole in outline, outline2->hole in outline2).
To get proper hierarchy, we need to run an additional pass of the
solution with the paths as Subject in a null union.  This is effectively
a Simplify() call but we keep the data in Clipper format to reduce the
churn/calc time
2022-10-28 17:01:36 -07:00
..
circle.h Add CIRCLE::Contains( VECTOR2I aP ) and add unit tests 2021-07-03 19:37:50 +00:00
convex_hull.h A bit more angle cleanup. 2022-01-18 09:48:24 +00:00
direction45.h PNS: Add support for 90-degree corner modes 2021-11-03 02:14:23 +00:00
eda_angle.h Remove unused function to squash warning 2022-08-21 18:23:28 -04:00
geometry_utils.h RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
polygon_triangulation.h Polygon triangulation: Check for broken remainders 2021-10-12 12:14:42 -07:00
seg.h libs/kimath: improve numerical robustness of ApproxParallel/ApproxCollinear for segments of largely different lengths 2022-10-04 20:55:08 +02:00
shape.h Fix crash in PNS walkaround 2022-07-28 09:40:41 -07:00
shape_arc.h Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
shape_circle.h Remove unit-less angles from geometry lib APIs. 2022-01-20 21:10:04 +00:00
shape_compound.h Fix missing header. 2022-07-25 18:41:38 +02:00
shape_file_io.h KiCad internal library header file housekeeping. 2021-07-01 13:46:38 -04:00
shape_index.h Make sure RTree bounding box is at least as big as hole. 2021-11-05 14:29:10 +00:00
shape_index_list.h More NULL expunging. 2021-07-18 14:31:55 -04:00
shape_line_chain.h Add Clipper2 2022-10-19 16:25:45 -07:00
shape_null.h Remove unit-less angles from geometry lib APIs. 2022-01-20 21:10:04 +00:00
shape_poly_set.h Fix Clipper2 handling of Inflate/Deflate 2022-10-28 17:01:36 -07:00
shape_rect.h geometry: constructor for SHAPE_RECT from a BOX2 2022-03-03 01:02:00 +01:00
shape_segment.h Remove unit-less angles from geometry lib APIs. 2022-01-20 21:10:04 +00:00
shape_simple.h Remove unit-less angles from geometry lib APIs. 2022-01-20 21:10:04 +00:00