Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ getLocalTranslation
Method
getLocalTranslation
Source/ThirdParty/OpenFBX/ofbx.cpp:3953–3956 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3951
3952
3953
DVec3 Object::getLocalTranslation() const
3954
{
3955
return resolveVec3Property(*this,
"Lcl Translation"
, {0, 0, 0});
3956
}
3957
3958
3959
DVec3 Object::getPreRotation() const
Callers
3
ProcessNodes
Function · 0.80
ProcessMesh
Function · 0.80
ImportCurve
Function · 0.80
Calls
1
resolveVec3Property
Function · 0.85
Tested by
no test coverage detected