diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-08 21:43:17 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-05-08 21:43:17 -0300 |
commit | 9fb33a91aa22fbce6d0b74529e07af9f7781b916 (patch) | |
tree | 2cd9f042977cf598949e7b29745886abfe1bf342 /Project/Limiter.h | |
parent | 74d795cb074b6ae9aa93bcfacee8995d7e6d5945 (diff) | |
download | PSP.git-9fb33a91aa22fbce6d0b74529e07af9f7781b916.tar.gz PSP.git-9fb33a91aa22fbce6d0b74529e07af9f7781b916.tar.xz PSP.git-9fb33a91aa22fbce6d0b74529e07af9f7781b916.zip |
Secondary branch, TF and limiter solution
much work, such results
Diffstat (limited to 'Project/Limiter.h')
-rw-r--r-- | Project/Limiter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Limiter.h b/Project/Limiter.h index 5f4e55b..b51d8cb 100644 --- a/Project/Limiter.h +++ b/Project/Limiter.h @@ -16,6 +16,7 @@ public: virtual bool Intersects(wxRect2DDouble rect) const { return m_rect.Intersects(rect); } virtual bool ShowForm(wxWindow* parent, Element* element); virtual void Rotate(bool clockwise = true); + virtual bool Solve(double input); virtual void UpdatePoints(); |