Изменение ГУ

This commit is contained in:
2025-05-14 20:25:34 +03:00
parent 2b58527857
commit 5d1f889a1b
4 changed files with 36 additions and 43 deletions

View File

@@ -20,7 +20,7 @@ public:
double X() const;
double Y() const;
//double Dist(const Node*) const;
double Dist(const Node*) const;
void LinkX(Node*, Node*);
void LinkY(Node*, Node*);
Node*& l();
@@ -30,8 +30,6 @@ public:
void SetT(double);
bool IsBound();
void SetB(int);
double operator-(const Node*) const;
};
#endif