mailr9326 - /1.3/maths_fns/rotation_matrix.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on August 18, 2009 - 14:30:
Author: bugman
Date: Tue Aug 18 14:30:03 2009
New Revision: 9326

URL: http://svn.gna.org/viewcvs/relax?rev=9326&view=rev
Log:
Character encoding fix - cannot use umlauts.


Modified:
    1.3/maths_fns/rotation_matrix.py

Modified: 1.3/maths_fns/rotation_matrix.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/rotation_matrix.py?rev=9326&r1=9325&r2=9326&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Tue Aug 18 14:30:03 2009
@@ -37,7 +37,7 @@
             |     2xz - 2yw          2yz + 2xw      1 - 2x**2 - 2y**2 |
 
     and where the quaternion is defined as q = (w, x, y, z).  This has been 
verified using Simo
-    Särkkä's "Notes on Quaternions" at http://www.lce.hut.fi/~ssarkka/.
+    Saerkkae's "Notes on Quaternions" at http://www.lce.hut.fi/~ssarkka/.
 
 
     @param quat:    The quaternion.




Related Messages


Powered by MHonArc, Updated Tue Aug 18 14:40:02 2009