Get rotation matrix of SLERP scipy

Viewed 11

I have two rotation matrices in python that are fed to SLERP interpolation method in Scipy. The SLERP interpolation method is given by a rotation around a given axis with constant velocity (check Scipy documentation).

How to get access to this rotation axis ?

0 Answers
Related