CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release-0-8-0
Changes by:     Sandro Santilli <strk>  07/06/05 08:28:03

Modified files:
        server         : matrix.h 

Log message:
        Add doc about angle parameter in set_rotation (radians)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/matrix.h?cvsroot=gnash&only_with_tag=release-0-8-0&r1=1.9&r2=1.9.4.1

Patches:
Index: matrix.h
===================================================================
RCS file: /sources/gnash/gnash/server/matrix.h,v
retrieving revision 1.9
retrieving revision 1.9.4.1
diff -u -b -r1.9 -r1.9.4.1
--- matrix.h    28 May 2007 15:41:06 -0000      1.9
+++ matrix.h    5 Jun 2007 08:28:02 -0000       1.9.4.1
@@ -19,7 +19,7 @@
 //
 // Original author: Thatcher Ulrich <[EMAIL PROTECTED]> 2003
 //
-// $Id: matrix.h,v 1.9 2007/05/28 15:41:06 ann Exp $ 
+// $Id: matrix.h,v 1.9.4.1 2007/06/05 08:28:02 strk Exp $ 
 //
 
 #ifndef GNASH_MATRIX_H
@@ -122,7 +122,7 @@
        /// Set the Y scale part of the matrix, will keep current rotation and 
X scale
        void    set_y_scale(float scale);
 
-       /// Set the rotation part of the matrix, will keep current scale
+       /// Set the rotation part of the matrix, will keep current scale. Angle 
in radians.
        void    set_rotation(float rotation);
 
        /// Set x translation


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to