DarkRadiant: master 8418aa40

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 30.03.2021 19:04 master 7b8221f1
Changeset Matrix4::getFullInverse() implemented by Eigen

Replace the lengthy method body with a simple call to Eigen's
Transform::inverse() method. Also moved this and some other simple method
bodies into the Matrix4 header file so they can be inlined.
mod - libs/math/Matrix4.cpp Diff File
mod - libs/math/Matrix4.h Diff File