diff options
author | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
---|---|---|
committer | Thales1330 <thaleslima.ufu@gmail.com> | 2017-02-24 12:25:41 -0300 |
commit | a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df (patch) | |
tree | f551481b420d87b8774520169770f9a101bac391 /Project/Line.h | |
parent | 5e7c19ae397164dd718b2593663cee5d1be687cd (diff) | |
download | PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.gz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.tar.xz PSP.git-a54f50d0bf86c7c4d400e8b4d30cbc6091cfd9df.zip |
Connection line implementation start
Diffstat (limited to 'Project/Line.h')
-rw-r--r-- | Project/Line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Project/Line.h b/Project/Line.h index 1ff1102..0abcd82 100644 --- a/Project/Line.h +++ b/Project/Line.h @@ -65,7 +65,6 @@ public: virtual void SetPointList(std::vector<wxPoint2DDouble> pointList); protected: - double PointToLineDistance(wxPoint2DDouble point, int* segmentNumber = NULL) const; void UpdatePowerFlowArrowsPosition(); LineElectricalData m_electricaData; }; |