mailr5058 - /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 February 20, 2008 - 18:23:
Author: bugman
Date: Wed Feb 20 18:23:52 2008
New Revision: 5058

URL: http://svn.gna.org/viewcvs/relax?rev=5058&view=rev
Log:
Renamed rotation_matrix_zyz() to R_euler_zyz().

This name is more descriptive and is a better naming scheme for rotation 
matrices constructed using
other inputs.


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=5058&r1=5057&r2=5058&view=diff
==============================================================================
--- 1.3/maths_fns/rotation_matrix.py (original)
+++ 1.3/maths_fns/rotation_matrix.py Wed Feb 20 18:23:52 2008
@@ -25,7 +25,7 @@
 from math import cos, sin
 
 
-def rotation_matrix_zyz(matrix, alpha, beta, gamma):
+def R_euler_zyz(matrix, alpha, beta, gamma):
     """Function for calculating the z-y-z Euler angle convention rotation 
matrix.
 
     Unit vectors




Related Messages


Powered by MHonArc, Updated Wed Feb 20 19:00:47 2008