kicad/polygon
Alejandro García Montoro f68ce306bd CPolyLine -> SHAPE_POLY_SET refactor.
Removes the need of using the legacy code in polygon/PolyLine.{h,cpp},
refactoring all CPolyLine instances with SHAPE_POLY_SET instances.

The remaining legacy methods have been ported to SHAPE_POLY_SET;
mainly: Chamfer, Fillet, {,Un}Hatch.

The iteration over the polygon vertices have been simplified using the
family of ITERATOR classes.
2017-03-24 10:43:47 +01:00
..
poly2tri
CMakeLists.txt Add -Wshadow compil option, if exists to warn about shadowed variables. 2017-02-23 13:17:23 +01:00
PolyLine.cpp CPolyLine -> SHAPE_POLY_SET refactor. 2017-03-24 10:43:47 +01:00
PolyLine.h
SutherlandHodgmanClipPoly.h
clipper.cpp Update Clipper to 6.4.2 2017-03-01 14:55:21 +01:00
clipper.hpp Update Clipper to 6.4.2 2017-03-01 14:55:21 +01:00
determine_if_point_inside_polygon.odt
math_for_graphics.cpp
math_for_graphics.h
polygon_test_point_inside.cpp
polygon_test_point_inside.h
polygons_defs.h