Но по-хорошему стоит придумать, как после P2P соединить линии одной точкой
@@ -64,6 +64,10 @@ public:
void set_tag(int _tag) {
tag = _tag;
}
int get_tag() {
return tag;
};
using VEC_P = std::vector<Point>;
@@ -227,6 +231,7 @@ public:
Line* Copy() override;
void set_tag(int);
int get_tag();
bool contains(QPointF, qreal tol = 10.0) const;
The note is not visible to the blocked user.