kicad/include/math
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
..
box2.h math: added OPT_BOX2 type 2015-02-18 00:40:27 +01:00
math_util.h Various fixes to geometry & math library. 2014-05-14 11:45:01 +02:00
matrix3x3.h Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc. 2014-11-02 17:25:04 +01:00
vector2d.h CPolyLine -> SHAPE_POLY_SET refactor. 2017-03-24 10:43:47 +01:00