24 void expand_selection();
26 void save_placements();
27 void apply_placements_rotation(
int angle);
28 void apply_placements_scale(
double sc);
29 enum class State { ORIGIN, ROTATE, REF, SCALE };
30 State state = State::ORIGIN;
31 std::map<SelectableRef, Placement> placements;
32 class CanvasAnnotation *annotation =
nullptr;
Your typical coordinate class.
Definition: common.hpp:72
Where Tools and and documents meet.
Definition: core.hpp:240