sknano.core.math.axis_angle_from_rotation_matrix¶
-
sknano.core.math.axis_angle_from_rotation_matrix(rmatrix)[source][source]¶ Compute the rotation axis and angle from a rotation matrix.
Parameters: rmatrix :
ndarrayReturns: axis :
Vectorangle :
numpy.floatTodo
Fix code to compute the correct sense of the rotation or direction of rotation axis vector.