DarkRadiant: master 044920ce

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 21.03.2021 21:00 master 4dd78138
Changeset Remove Matrix4::getRotationForX/Y

Even these newly-refactored methods are no longer required now that
rotateSelectionAboutAxis has been removed, since this was the only function
which called them. This is not an overall loss of functionality for Matrix4
since it is still possible to create a matrix representing a rotation around
*any* vector axis using getRotation().
mod - libs/math/Matrix4.h Diff File
mod - test/math/Matrix4.cpp Diff File
mod - test/math/Quaternion.cpp Diff File