is there have an interface convert vtktransform to eulerangle?

is there have an interface convert vtktransform to eulerangle?

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