Unit tests for the maths_fns.rotation_matrix relax module.
    |  |  | 
    |  | 
        
          | check_return_conversion(self,
        euler_to_R=None,
        R_to_euler=None,
        alpha_start=None,
        beta_start=None,
        gamma_start=None,
        alpha_end=None,
        beta_end=None,
        gamma_end=None) Check the Euler angle to rotation matrix to Euler angle conversion.
 | source code |  | 
    |  | 
        
          | check_rotation(self,
        R,
        x_real_pos,
        y_real_pos,
        z_real_pos,
        x_real_neg,
        y_real_neg,
        z_real_neg) Check that the rotation matrix is correct.
 | source code |  | 
    |  | 
        
          | test_axis_angle_to_R_no_rot(self) Test the quaternion to rotation matrix conversion for a zero angle 
      rotation.
 | source code |  | 
    |  | 
        
          | test_axis_angle_to_quaternion_no_rot(self) Test the axis-angle to quaternion conversion for a zero angle 
      rotation.
 | source code |  | 
    |  | 
        
          | test_axis_angle_to_quaternion_180_complex(self) Test the axis-angle to quaternion conversion for a 180 degree 
      rotation about [1, 1, 1].
 | source code |  | 
    |  | 
        
          | test_axis_angle_to_R_z_30(self) Test the quaternion to rotation matrix conversion for a 30 degree 
      rotation about z.
 | source code |  | 
    |  | 
        
          | test_axis_angle_to_R_180_complex(self) Test the quaternion to rotation matrix conversion for a 180 degree 
      rotation about [1, 1, 1].
 | source code |  | 
    |  |  | 
    |  | 
        
          | test_euler_zyz_to_euler_zyz(self) Bounce around all the conversion functions to see if the original 
      angles are returned.
 | source code |  | 
    |  | 
        
          | test_euler_zyz_to_R_alpha_30(self) Test the rotation matrix from zyz Euler angle conversion using a beta
      angle of pi/4.
 | source code |  | 
    |  | 
        
          | test_euler_zyz_to_R_beta_45(self) Test the rotation matrix from zyz Euler angle conversion using a beta
      angle of pi/4.
 | source code |  | 
    |  | 
        
          | test_euler_zyz_to_R_gamma_15(self) Test the rotation matrix from zyz Euler angle conversion using a beta
      angle of pi/4.
 | source code |  | 
    |  | 
        
          | test_euler_zyz_to_R_alpha_15_gamma_15(self) Test the rotation matrix from zyz Euler angle conversion using a beta
      angle of pi/4.
 | source code |  | 
    |  | 
        
          | test_R_to_axis_angle_no_rot(self) Test the rotation matrix to axis-angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_axis_angle_180_complex(self) Test the rotation matrix to axis-angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_xyx(self) Test the rotation matrix to xyx Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_xyz(self) Test the rotation matrix to xyz Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_xzx(self) Test the rotation matrix to xzx Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_xzy(self) Test the rotation matrix to xzy Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_yxy(self) Test the rotation matrix to yxy Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_yxz(self) Test the rotation matrix to yxz Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_yzx(self) Test the rotation matrix to yzx Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_yzy(self) Test the rotation matrix to yzy Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_zxy(self) Test the rotation matrix to zxy Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_zxz(self) Test the rotation matrix to zxz Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_zyx(self) Test the rotation matrix to zyx Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_to_R_zyz(self) Test the rotation matrix to zyz Euler angle conversion and back 
      again.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_xyx(self) Test the rotation matrix to xyx Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_xyz(self) Test the rotation matrix to xyz Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_xzx(self) Test the rotation matrix to xzx Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_xzy(self) Test the rotation matrix to xzy Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_yxy(self) Test the rotation matrix to yxy Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_yxz(self) Test the rotation matrix to yxz Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_yzx(self) Test the rotation matrix to yzx Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_yzy(self) Test the rotation matrix to yzy Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_zxy(self) Test the rotation matrix to zxy Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_zxz(self) Test the rotation matrix to zxz Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_zyx(self) Test the rotation matrix to zyx Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_euler_zyz(self) Test the rotation matrix to zyz Euler angle conversion.
 | source code |  | 
    |  | 
        
          | test_R_to_quaternion_no_rot(self) Test the rotation matrix to quaternion conversion for a zero angle 
      rotation.
 | source code |  | 
    |  | 
        
          | test_R_to_quaternion_180_complex(self) Test the rotation matrix to quaternion conversion for a 180 degree 
      rotation about [1, 1, 1].
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a0_b0_g0(self) Test the reverse Euler angle conversion for {0, 0, 0}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a1_b0_g0(self) Test the reverse Euler angle conversion for {1, 0, 0}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a0_b1_g0(self) Test the reverse Euler angle conversion for {0, 1, 0}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a0_b0_g1(self) Test the reverse Euler angle conversion for {0, 0, 1}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a1_b1_g0(self) Test the reverse Euler angle conversion for {1, 1, 0}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a0_b1_g1(self) Test the reverse Euler angle conversion for {0, 1, 1}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a1_b0_g1(self) Test the reverse Euler angle conversion for {1, 0, 1}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a1_b1_g1(self) Test the reverse Euler angle conversion for {1, 1, 1}.
 | source code |  | 
    |  | 
        
          | test_reverse_euler_zyz_a1_b0_5_g3(self) Test the reverse Euler angle conversion for {1, 0.5, 3}.
 | source code |  | 
    |  | 
        
          | test_quaternion_to_axis_angle_no_rot(self) Test the quaternion to rotation matrix conversion for a zero angle 
      rotation.
 | source code |  | 
    |  | 
        
          | test_quaternion_to_axis_angle_180_complex(self) Test the quaternion to axis-angle conversion for a 180 degree 
      rotation about [1, 1, 1].
 | source code |  | 
    |  | 
        
          | test_quaternion_to_R_no_rot(self) Test the quaternion to rotation matrix conversion for a zero angle 
      rotation.
 | source code |  | 
    |  | 
        
          | test_quaternion_to_R_z_30(self) Test the quaternion to rotation matrix conversion for a 30 degree 
      rotation about z.
 | source code |  | 
    |  | 
        
          | test_quaternion_to_R_180_complex(self) Test the quaternion to rotation matrix conversion for a 180 degree 
      rotation about [1, 1, 1].
 | source code |  | 
  
    | Inherited from unittest.case.TestCase:__call__,__eq__,__hash__,__init__,__ne__,__repr__,__str__,addCleanup,addTypeEqualityFunc,assertAlmostEqual,assertAlmostEquals,assertDictContainsSubset,assertDictEqual,assertEqual,assertEquals,assertFalse,assertGreater,assertGreaterEqual,assertIn,assertIs,assertIsInstance,assertIsNone,assertIsNot,assertIsNotNone,assertItemsEqual,assertLess,assertLessEqual,assertListEqual,assertMultiLineEqual,assertNotAlmostEqual,assertNotAlmostEquals,assertNotEqual,assertNotEquals,assertNotIn,assertNotIsInstance,assertNotRegexpMatches,assertRaises,assertRaisesRegexp,assertRegexpMatches,assertSequenceEqual,assertSetEqual,assertTrue,assertTupleEqual,assert_,countTestCases,debug,defaultTestResult,doCleanups,fail,failIf,failIfAlmostEqual,failIfEqual,failUnless,failUnlessAlmostEqual,failUnlessEqual,failUnlessRaises,id,run,shortDescription,skipTest,tearDown     Inherited from unittest.case.TestCase(private):_addSkip,_baseAssertEqual,_deprecate,_formatMessage,_getAssertEqualityFunc,_truncateMessage Inherited from object:__delattr__,__format__,__getattribute__,__new__,__reduce__,__reduce_ex__,__setattr__,__sizeof__,__subclasshook__ |