gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/matrix.h


From: Zou Lunkai
Subject: [Gnash-commit] gnash ChangeLog server/matrix.h
Date: Tue, 10 Jun 2008 09:10:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Zou Lunkai <zoulunkai>  08/06/10 09:10:18

Modified files:
        .              : ChangeLog 
        server         : matrix.h 

Log message:
        * server/matrix.h: drop matrix::concatenate_scale(float s), not used 
any more.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6884&r2=1.6885
http://cvs.savannah.gnu.org/viewcvs/gnash/server/matrix.h?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6884
retrieving revision 1.6885
diff -u -b -r1.6884 -r1.6885
--- ChangeLog   10 Jun 2008 08:29:54 -0000      1.6884
+++ ChangeLog   10 Jun 2008 09:10:17 -0000      1.6885
@@ -1,3 +1,7 @@
+2008-06-10 Zou Lunkai <address@hidden>
+       
+       * server/matrix.h: drop matrix::concatenate_scale(float s), not used 
any more.
+       
 2008-06-10 Sandro Santilli <address@hidden>
 
        * libbase/LoadThread.cpp: make seek() blocking, as advertised

Index: server/matrix.h
===================================================================
RCS file: /sources/gnash/gnash/server/matrix.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- server/matrix.h     10 Jun 2008 08:17:46 -0000      1.23
+++ server/matrix.h     10 Jun 2008 09:10:18 -0000      1.24
@@ -85,14 +85,11 @@
        ///
        void    concatenate_translation(float tx, float ty);
 
-       /// Concatenate a uniform scale onto the front of our matrix.
+    /// Concatenate scale x and y to the front of our matrix 
        //
-       /// When transforming points, the scale
-       /// happens first, then our original xform.
+    /// When transforming points, these scales happen first, then
+    /// our original matrix. 
        ///
-       void    concatenate_scale(float s);
-
-       /// Just like concatenate_scale() but with different scales for x/y 
        void    concatenate_scale(float x, float y);
 
        /// Set this matrix to a blend of m1 and m2, parameterized by t.




reply via email to

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