kicad/polygon
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back
In cases where we create a new item and immediately push into a
container, the emplace idiom is faster and more efficient.
2019-12-05 13:41:21 -08:00
..
include Add more control over how corners are handled when inflating polygons. 2019-07-16 16:41:21 +01:00
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
clipper.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
determine_if_point_inside_polygon.odt Switch to polygons in zones (old way no more supported) 2008-12-03 10:32:53 +00:00
math_for_graphics.cpp Add missing C++ stdlib headers 2016-05-28 12:46:29 -04:00
polygon_test_point_inside.cpp Improve spelling. 2019-08-20 19:14:05 +01:00