MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ToQuaternion

Function ToQuaternion

Source/Engine/Tools/ModelTool/ModelTool.Assimp.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84Quaternion ToQuaternion(const aiQuaternion& v)
85{
86 return Quaternion(v.x, v.y, v.z, v.w);
87}
88
89Matrix ToMatrix(const aiMatrix4x4& mat)
90{

Callers 1

ImportCurveFunction · 0.70

Calls 1

QuaternionFunction · 0.50

Tested by

no test coverage detected