DarkRadiant: master a6bdc34c

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 25.04.2021 19:53 master d56659bb
Changeset Vector3 is now using Eigen internally

The underlying Eigen::Matrix<T, 3, 1> is only used for storage at the moment.
There is no eigen() accessor method and no advantage is taken of direct Eigen
transformations e.g. when transforming the vector by a matrix.
mod - libs/math/Vector3.h Diff File
mod - libs/module/CMakeLists.txt Diff File