svn+ssh://bugman@.../svn/relax/1.3
........
r5058 | bugman | 2008-02-20 18:23:52 +0100 (Wed, 20 Feb 2008) | 6 lines
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.
........
r5059 | bugman | 2008-02-20 18:53:03 +0100 (Wed, 20 Feb 2008) | 7 lines
Wrote a new function R_2vect() to generate a rotation matrix from 2 vectors.
This rotation matrix is not unique because of axially symmetry allowing the rotation axis to be any
vector within the symmetry plane, so the cross product with the axis-angle convention is used to
define this matrix.
........
r5060 | bugman | 2008-02-20 18:54:37 +0100 (Wed, 20 Feb 2008) | 6 lines
Started writing the generic_fns.structure.cone_edge() function.
This function generates a geometric shape constructed from atoms to be embedded into a PDB file,
representing the outer edge of the cone.
........