Angles are stored in radians, not rotations.
[synfig.git] / ETL / trunk / ETL / _angle.h
index cf31029..3868b3e 100644 (file)
@@ -59,7 +59,7 @@ public:
 protected:
        typedef value_type unit;
 
-       unit v; //! Stored in rotations
+       unit v; //! Stored in radians
 
 public: