You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix calculation CenterOfRotationPoint in EulerStackTransform
When the user did not explicitly specify "CenterOfRotation" or "CenterOfRotationPoint", the elements of `redDimCenterOfRotationPoint` were accidentally just assigned to themselves, in `EulerStackTransform::InitializeTransform()`. Effectively their values would then remain `0.0`.
The bug appears already with the initial EulerStackTransform commit, 4dda84b "Added EulerStackTransform to trunkpublic", 1 March 2017.
0 commit comments