toon-members
[Top][All Lists]
Advanced

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

[Toon-members] TooN so3.h


From: Gerhard Reitmayr
Subject: [Toon-members] TooN so3.h
Date: Fri, 03 Apr 2009 14:29:04 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Gerhard Reitmayr <gerhard>      09/04/03 14:29:04

Modified files:
        .              : so3.h 

Log message:
        small cleanup

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/so3.h?cvsroot=toon&r1=1.25&r2=1.26

Patches:
Index: so3.h
===================================================================
RCS file: /cvsroot/toon/TooN/so3.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- so3.h       2 Apr 2009 13:36:04 -0000       1.25
+++ so3.h       3 Apr 2009 14:29:03 -0000       1.26
@@ -74,7 +74,7 @@
        SO3 inverse() const { return SO3(*this, Invert()); }
 
        SO3& operator *=(const SO3& rhs) {
-               my_matrix=my_matrix*rhs.my_matrix;
+               *this = *this * rhs;
                return *this;
        }
 




reply via email to

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