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

Method getPosition

Engine/source/scene/sceneObject.cpp:885–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

883//-----------------------------------------------------------------------------
884
885Point3F SceneObject::getPosition() const
886{
887 Point3F pos;
888 mObjToWorld.getColumn(3, &pos);
889 return pos;
890}
891
892//-----------------------------------------------------------------------------
893

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