DarkRadiant: master b8d10123

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 31.03.2021 19:53 master 2a79f638
Changeset Matrix4::getIdentity() implemented by Eigen

Also moved the method into the .h file and changed it to return by value rather
than const reference. Although I haven't profiled, I doubt that there is much
(if any) performance benefit of returning by reference rather than simply
inlining the method body + RVO.
mod - libs/math/Matrix4.cpp Diff File
mod - libs/math/Matrix4.h Diff File
mod - libs/transformlib.h Diff File