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

@@ -250,6 +250,9 @@ public:
void clearByTag(int tagId, bool is_fixed_point = false);
int addConstraint(Constraint* constr);
void removeConstraint(Constraint* constr);
Constraint* get_last_constraint() {
return clist[clist.size() - 1];
}
// basic constraints
int addConstraintFixed(Point& p, int tagId = 0, bool driving = true);