kicad/common/geometry
Seth Hillbrand a6325aab29 Replacing Tesselation
Replaces Poly2Tri with updated code to process polygons faster and more
robustly.  Notably, we can now handle overlapping holes in the polygons,
allowing us to cache the triangulation of complex boards
2018-09-01 19:30:50 -07:00
..
convex_hull.cpp Pcbnew: Add rounded rect pad shape. 2016-04-06 20:15:49 +02:00
geometry_utils.cpp Remove more dead code. 2018-08-01 12:36:55 +01:00
hetriang.cpp rename files 2018-02-02 21:57:12 +01:00
seg.cpp Coverity fixes. 2015-03-11 14:17:43 +01:00
shape.cpp router: snap to clearance boundaries in Highlight Collisions mode 2017-01-19 17:47:15 +01:00
shape_arc.cpp Add SH_ARC collisions 2018-07-17 10:08:13 -07:00
shape_collisions.cpp Add SH_ARC collisions 2018-07-17 10:08:13 -07: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 Minor fix in fp editor and fp viewer: display the fp info instead of the useless board info. 2018-05-12 10:44:31 +02:00
shape_poly_set.cpp Replacing Tesselation 2018-09-01 19:30:50 -07:00