KiCad PCB EDA Suite
|
#include <vector>
#include <cstdio>
#include <memory>
#include <geometry/shape.h>
#include <geometry/shape_line_chain.h>
#include "clipper.hpp"
#include <md5_hash.h>
Go to the source code of this file.
Classes | |
class | SHAPE_POLY_SET |
Class SHAPE_POLY_SET. More... | |
class | SHAPE_POLY_SET::TRIANGULATED_POLYGON |
struct | SHAPE_POLY_SET::TRIANGULATED_POLYGON::TRI |
struct | SHAPE_POLY_SET::VERTEX_INDEX |
Struct VERTEX_INDEX. More... | |
class | SHAPE_POLY_SET::ITERATOR_TEMPLATE< T > |
Class ITERATOR_TEMPLATE. More... | |
class | SHAPE_POLY_SET::SEGMENT_ITERATOR_TEMPLATE< T > |
Class SEGMENT_ITERATOR_TEMPLATE. More... | |