What is the default center of rotation for an Euler3DTransform?

If i do not use a transform initializer for a registration, what will be the center of rotation?

Hi @gdevenyi,

When you create the transform without setting any value the default center is [0,0,0]. The fixed transform parameters are filled with zeros in the constructor.

2 Likes

Thanks, I couldn’t find the details in the docs.