Make parallel lines

And make TODO for P2P
This commit is contained in:
ParkSuMin
2025-12-07 15:54:59 +03:00
parent 94761fecbc
commit 5c0e04df5b
7 changed files with 199 additions and 39 deletions

View File

@@ -227,11 +227,8 @@ public:
Line* Copy() override;
void draw(QPainter& p, bool highlight = false);
void set_tag(int _tag) {
tag = _tag;
p1.set_tag(_tag);
p2.set_tag(_tag);
}
void set_tag(int);
bool contains(QPointF, qreal tol = 10.0) const;
};
class Circle: public Curve