constexpr refactor

This commit is contained in:
Jack Andersen
2019-02-23 21:15:32 -10:00
parent 9b4434e6e0
commit b854e76dc9
39 changed files with 196 additions and 251 deletions

View File

@@ -3,7 +3,6 @@
#include "zeus/Global.hpp"
namespace zeus {
const CMatrix3f CMatrix3f::skIdentityMatrix3f = CMatrix3f();
CMatrix3f::CMatrix3f(const CQuaternion& quat) {
CQuaternion nq = quat.normalized();