KiCad PCB EDA Suite
|
#include <algorithm>
#include <deque>
#include <cmath>
#include <advanced_config.h>
#include <clipper.hpp>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <geometry/vertex_set.h>
#include <math/box2.h>
#include <math/vector2d.h>
#include <wx/log.h>
Go to the source code of this file.
Classes | |
class | POLYGON_TRIANGULATION |
Macros | |
#define | TRIANGULATE_TRACE "triangulate" |
#define TRIANGULATE_TRACE "triangulate" |
Definition at line 63 of file polygon_triangulation.h.