Skip to content

Make Transform::computeRotationScaling(0,&S) continuous

In short, Transform::computeRotationScaling could produce a scaling matrix that is a continuous function of the transform, but it does not. It seems like it would be better if it did and it's easy to make it do so. So here's the code to do that.

See: Issue 2099

Edited by Essex Edwards

Merge request reports