Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ setTranslation
Function
setTranslation
Source/ThirdParty/OpenFBX/ofbx.cpp:181–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
180
181
static void setTranslation(const DVec3& t, DMatrix* mtx)
182
{
183
mtx->m[12] = t.x;
184
mtx->m[13] = t.y;
185
mtx->m[14] = t.z;
186
}
187
188
189
static DVec3 operator-(const DVec3& v)
Callers
2
getGeometricMatrix
Method · 0.85
evalLocal
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected