MCPcopy Create free account
hub / github.com/axmolengine/axmol / rotate

Method rotate

core/math/Mat4.cpp:743–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void Mat4::rotate(const Quaternion& q)
744{
745 rotate(q, this);
746}
747
748void Mat4::rotate(const Quaternion& q, Mat4* dst) const
749{

Callers 2

updateLocalMatMethod · 0.45
updateMethod · 0.45

Calls 2

rotateFunction · 0.85
multiplyFunction · 0.50

Tested by

no test coverage detected