diff options
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h index 27933a9..cdad147 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -106,6 +106,7 @@ public: bool IsSelected() const { return m_selected; } double GetWidth() const { return m_width; } double GetAngle() const { return m_angle; } + double GetRotationAngle() const { return m_rotationAngle; } bool IsPickboxShown() const { return m_showPickbox; } bool IsOnline() const { return m_online; } virtual std::vector<wxPoint2DDouble> GetPointList() const { return m_pointList; } |