gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server matrix.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server matrix.h
Date: Tue, 05 Jun 2007 08:28:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/05 08:28:28

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&r1=1.9&r2=1.10

Patches:
Index: matrix.h
===================================================================
RCS file: /sources/gnash/gnash/server/matrix.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- matrix.h    28 May 2007 15:41:06 -0000      1.9
+++ matrix.h    5 Jun 2007 08:28:27 -0000       1.10
@@ -19,7 +19,7 @@
 //
 // Original author: Thatcher Ulrich <address@hidden> 2003
 //
-// $Id: matrix.h,v 1.9 2007/05/28 15:41:06 ann Exp $ 
+// $Id: matrix.h,v 1.10 2007/06/05 08:28:27 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]