Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
Quaternion ToQuaternion(const aiQuaternion& v)
85
{
86
return Quaternion(v.x, v.y, v.z, v.w);
87
}
88
89
Matrix ToMatrix(const aiMatrix4x4& mat)
90
{
Callers
1
ImportCurve
Function · 0.70
Calls
1
Quaternion
Function · 0.50
Tested by
no test coverage detected