![]() |
KiCad PCB EDA Suite
|
#include <algorithm>
#include <functional>
#include <set>
#include <unordered_map>
#include <vector>
#include <geometry/seg.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_rect.h>
#include <math/vector2d.h>
Go to the source code of this file.
Classes | |
class | POLY_GRID_PARTITION |
Provide a fast test for point inside polygon. More... | |
struct | POLY_GRID_PARTITION::segsEqual |
struct | POLY_GRID_PARTITION::segHash |
struct | POLY_GRID_PARTITION::SCAN_STATE |