DarkRadiant: master 6483d326

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 06.04.2021 20:19 master 19de4992
Changeset Remove Vector3::getInversed()

The only use of this method was in getInverseScale() in pivot.h, which has now
been modified to use the new scalar division operator (1.0 / vec) instead of a
dedicated method.
mod - libs/math/Vector3.h Diff File
mod - libs/math/Vector4.h Diff File
mod - libs/pivot.h Diff File
mod - plugins/script/interfaces/MathInterface.cpp Diff File
mod - test/math/Matrix4.cpp Diff File