kicad/include/geometry
Maciej Suminski 7775f59eec Converted zone drawing tools to store points in a SHAPE_LINE_CHAIN
Simplifies the code a bit, removes redundant conversions to/from
std::vector.
2018-02-22 15:18:52 +01:00
..
convex_hull.h Pcbnew: Add rounded rect pad shape. 2016-04-06 20:15:49 +02:00
direction45.h router: support for board outline 2018-02-06 09:43:56 +01:00
poly_grid_partition.h Fix a few minor coverity warnings (not initialized members) 2017-11-11 07:25:00 +01:00
rtree.h RTREE: avoid uninitialized variables 2018-02-17 18:25:20 +01:00
seg.h pcbnew: Optimized zone filling algorithm. 2017-12-05 14:54:57 +01:00
shape.h router: support for board outline 2018-02-06 09:43:56 +01:00
shape_arc.h Coverity fixes 2018-02-20 09:14:51 +01:00
shape_circle.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
shape_convex.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
shape_file_io.h 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_index.h FIxed a few clang warnings. 2015-03-09 11:06:54 +01:00
shape_index_list.h refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 2017-11-03 23:59:02 +01:00
shape_line_chain.h Converted zone drawing tools to store points in a SHAPE_LINE_CHAIN 2018-02-22 15:18:52 +01:00
shape_poly_set.h Use polygonal hit testing for module selection 2018-02-20 10:43:43 -05:00
shape_rect.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
shape_segment.h Add more "override" markers. 2016-09-25 13:59:41 -04:00