Hello,
As far as I know, VTK doesn’t have anything like that. A quick answer: use C++'s <cmath>
's atan2()
. A gimbal-lock-proof answer: Eigen library. See Equivalent rotations of a set of rotations. - #3 by Paulo_Carvalho .
take care,
PC
Hello,
As far as I know, VTK doesn’t have anything like that. A quick answer: use C++'s <cmath>
's atan2()
. A gimbal-lock-proof answer: Eigen library. See Equivalent rotations of a set of rotations. - #3 by Paulo_Carvalho .
take care,
PC