Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ set
Method
set
core/math/Quaternion.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void Quaternion::set(const Mat4& m)
150
{
151
Quaternion::createFromRotationMatrix(m, this);
152
}
153
154
float Quaternion::toAxisAngle(Vec3* axis) const
155
{
Callers
3
vertexLineToPolygon
Function · 0.45
setSize
Function · 0.45
Mat3
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected