(minor) use getAngle() instead of trAngle(0)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1470 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-08-03 14:53:30 +00:00
parent 37da5e1141
commit 463c3d9a81
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -98,6 +98,8 @@ class Rotation {
/// Translate a point back to internal coordinates
RealPoint trInv(const RealPoint& p) const;
/// Translate a size back to internal coordinates
RealSize trInv(const RealSize& p) const;
protected:
int angle; ///< The angle of rotation in degrees (counterclockwise)