2 #include "common/polygon.hpp"
3 #include "tool_helper_plane.hpp"
9 using ToolBase::ToolBase;
17 std::set<InToolActionID> get_actions()
const override
19 using I = InToolActionID;
29 Polygon *poly =
nullptr;
30 Polygon::Vertex *vertex =
nullptr;
32 unsigned int n_vertices_placed = 0;
33 bool flip_direction =
false;
35 void add_vertex(
const Coordi &c);