Remove mode for areCoincedent
This commit is contained in:
2
Canvas.h
2
Canvas.h
@@ -52,7 +52,7 @@ private:
|
||||
// ====================== Поиск и выбор ======================
|
||||
Line* findAt(QPointF&); // ищет линию под курсором
|
||||
Point* findPointAt(QPointF, qreal tolerance = 5.0);
|
||||
bool areCoincident(Point*, Point*, bool mode = false);
|
||||
bool areCoincident(Point*, Point*);
|
||||
// ====================== Параллельность ======================
|
||||
bool areAlreadyParallel(Line* l1, Line* l2); // проверка на дубликат
|
||||
|
||||
|
||||
Reference in New Issue
Block a user