Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ makeIdentity
Function
makeIdentity
Source/ThirdParty/OpenFBX/ofbx.cpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
213
214
static DMatrix makeIdentity()
215
{
216
return {1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1};
217
}
218
219
220
static DMatrix rotationX(double angle)
Callers
5
rotationX
Function · 0.85
rotationY
Function · 0.85
rotationZ
Function · 0.85
getGeometricMatrix
Method · 0.85
evalLocal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected