MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getPosition

Method getPosition

Engine/source/scene/sceneObject.cpp:1065–1070  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063//-----------------------------------------------------------------------------
1064
1065Point3F SceneObject::getPosition() const
1066{
1067 Point3F pos;
1068 mObjToWorld.getColumn(3, &pos);
1069 return pos;
1070}
1071
1072//-----------------------------------------------------------------------------
1073

Callers 10

updateFaceMethod · 0.45
calcScoreMethod · 0.45
updateReflectionMethod · 0.45
getCameraReflectionMethod · 0.45
getMountTransformMethod · 0.45
sceneObject.cppFile · 0.45
SceneCameraStateClass · 0.45
createCullingVolumeMethod · 0.45

Calls 1

getColumnMethod · 0.80

Tested by

no test coverage detected