Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
743
void Mat4::rotate(const Quaternion& q)
744
{
745
rotate(q, this);
746
}
747
748
void Mat4::rotate(const Quaternion& q, Mat4* dst) const
749
{
Callers
2
updateLocalMat
Method · 0.45
update
Method · 0.45
Calls
2
rotate
Function · 0.85
multiply
Function · 0.50
Tested by
no test coverage detected