|
KiCad PCB EDA Suite
|
#include <clipper2/clipper.h>#include <geometry/seg.h>#include <geometry/shape.h>#include <geometry/shape_arc.h>#include <geometry/corner_strategy.h>#include <math/vector2d.h>Go to the source code of this file.
Classes | |
| struct | CLIPPER_Z_VALUE |
| Holds information on each point of a SHAPE_LINE_CHAIN that is retrievable after an operation with Clipper2Lib. More... | |
| class | SHAPE_LINE_CHAIN |
| Represent a polyline containing arcs as well as line segments: A chain of connected line and/or arc segments. More... | |
| struct | SHAPE_LINE_CHAIN::INTERSECTION |
| Represent an intersection between two line segments. More... | |
| class | SHAPE_LINE_CHAIN::POINT_INSIDE_TRACKER |
| A dynamic state checking if a point lies within polygon with a dynamically built outline ( with each piece of the outline added by AddPolyline () More... | |
| struct | SHAPE_LINE_CHAIN::compareOriginDistance |