2 #include "common/polygon.hpp"
3 #include "core/tool.hpp"
4 #include "tool_helper_restrict.hpp"
19 enum class ArcMode { OFF, NEXT, CURRENT };
20 ArcMode arc_mode = ArcMode::OFF;
22 void update_vertex(
const Coordi &c);
Polygon used in Padstack, Package and Board for specifying filled Regions.
Definition: polygon.hpp:27
Definition: idocument.hpp:5
Definition: polygon.hpp:29