MCPcopy 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
3953DVec3 Object::getLocalTranslation() const
3954{
3955 return resolveVec3Property(*this, "Lcl Translation", {0, 0, 0});
3956}
3957
3958
3959DVec3 Object::getPreRotation() const

Callers 3

ProcessNodesFunction · 0.80
ProcessMeshFunction · 0.80
ImportCurveFunction · 0.80

Calls 1

resolveVec3PropertyFunction · 0.85

Tested by

no test coverage detected