DarkRadiant: master 107673a1
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
Matthew Mott | Matthew Mott | master | 26.09.2021 19:38 | master be2a97a3 |
Changeset | Const Matrix4 column accessors no longer use reinterpret_cast Remove four instances of reinterpret_cast by constructing the return vector from a suitable Eigen method, in particular col(i) which returns the i'th column of a matrix, followed by head(n) which returns the first n elements. |
|||
mod - libs/math/Matrix4.h | Diff File |