From: dooglus Date: Fri, 28 Sep 2007 02:07:13 +0000 (+0000) Subject: Angles are stored in radians, not rotations. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=15fbb34e68000bab39fc50bf2916c55b45554852;p=synfig.git Angles are stored in radians, not rotations. git-svn-id: http://svn.voria.com/code@782 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/ETL/trunk/ETL/_angle.h b/ETL/trunk/ETL/_angle.h index cf31029..3868b3e 100644 --- a/ETL/trunk/ETL/_angle.h +++ b/ETL/trunk/ETL/_angle.h @@ -59,7 +59,7 @@ public: protected: typedef value_type unit; - unit v; //! Stored in rotations + unit v; //! Stored in radians public: