mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-09 05:27:56 +00:00
constexpr refactor
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "zeus/Global.hpp"
|
||||
|
||||
namespace zeus {
|
||||
const CMatrix3f CMatrix3f::skIdentityMatrix3f = CMatrix3f();
|
||||
|
||||
CMatrix3f::CMatrix3f(const CQuaternion& quat) {
|
||||
CQuaternion nq = quat.normalized();
|
||||
|
||||
Reference in New Issue
Block a user