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
clipper.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
determine_if_point_inside_polygon.odt
math_for_graphics.cpp
polygon_test_point_inside.cpp Improve spelling. 2019-08-20 19:14:05 +01:00