kicad/common/geometry
Chris Pavlina 30566de69a Memoize SHAPE_LINE_CHAIN bounding box computation
For a specific project+system combination, this gives a 38% speedup on
the pcbnew side of netlist sync.
2016-08-11 09:34:58 -04:00
..
convex_hull.cpp Pcbnew: Add rounded rect pad shape. 2016-04-06 20:15:49 +02:00
hetriang.cpp Replace BOOST_FOREACH with C++11 range based for. 2016-06-29 16:07:55 -04:00
seg.cpp Coverity fixes. 2015-03-11 14:17:43 +01:00
shape.cpp common/geometry: introducing set-of-polygons class (SHAPE_POLY_SET) and File I/O for shapes class (SHAPE_FILE_IO) 2015-06-12 17:12:02 +02:00
shape_collisions.cpp more accurate pushout force calculation for circle-segment collisions 2016-03-01 14:26:08 +01:00
shape_file_io.cpp geometry: Parse() method for SHAPE_LINE_CHAIN, working on Read() in SHAPE_FILE_IO 2015-08-03 20:29:44 +02:00
shape_line_chain.cpp Memoize SHAPE_LINE_CHAIN bounding box computation 2016-08-11 09:34:58 -04:00
shape_poly_set.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00