Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore original behavior of Matrix33<T>::setScale() #97

Merged
merged 3 commits into from
Feb 13, 2021

Conversation

cary-ilm
Copy link
Member

Upon further review, the expected behavior is for m[2][2]=1.0, because the matrix is assumed to represent a homogeneous transformation.

This routine interprets the matrix as a 3x3 homogeneous transform,
thus m[2][2] should be 1.

Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
@cary-ilm cary-ilm merged commit 9fc8cfa into AcademySoftwareFoundation:master Feb 13, 2021
@cary-ilm cary-ilm deleted the scale-fix branch May 7, 2021 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants