MCPcopy 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
149void Quaternion::set(const Mat4& m)
150{
151 Quaternion::createFromRotationMatrix(m, this);
152}
153
154float Quaternion::toAxisAngle(Vec3* axis) const
155{

Callers 3

vertexLineToPolygonFunction · 0.45
setSizeFunction · 0.45
Mat3Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected