kicad/libs/kimath
Roberto Fernandez Bautista 1026c24c65 SHAPE_LINE_CHAIN fix rotation of indices after going through Clipper
Clipper might mess up the rotation of the indices such that an arc can be split between
the end point and wrap around to the start point. Detect if this happened and fix it as
required.

Also, handle arcs at the last segment of the chain correctly, meaning we can have arcs
towards the end of the chain that finish at the starting point of the chain.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/9670
2021-11-20 16:47:08 +00:00
..
include SHAPE_LINE_CHAIN fix rotation of indices after going through Clipper 2021-11-20 16:47:08 +00:00
src SHAPE_LINE_CHAIN fix rotation of indices after going through Clipper 2021-11-20 16:47:08 +00:00
CMakeLists.txt Split POLY_GRID_PARTITION to a cpp file 2021-06-02 18:31:30 -04:00
determine_if_point_inside_polygon.odt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00