MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / evalLocal

Method evalLocal

Source/ThirdParty/OpenFBX/ofbx.cpp:3906–3909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3904
3905
3906DMatrix Object::evalLocal(const DVec3& translation, const DVec3& rotation) const
3907{
3908 return evalLocal(translation, rotation, getLocalScaling());
3909}
3910
3911
3912DMatrix Object::evalLocal(const DVec3& translation, const DVec3& rotation, const DVec3& scaling) const

Callers 4

ProcessNodesFunction · 0.80
ExtractKeyframePositionFunction · 0.80
ExtractKeyframeRotationFunction · 0.80
ExtractKeyframeScaleFunction · 0.80

Calls 3

makeIdentityFunction · 0.85
setTranslationFunction · 0.85
getRotationMatrixFunction · 0.85

Tested by

no test coverage detected