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

Method getPosition

Engine/source/T3D/camera.cpp:1424–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1422//-----------------------------------------------------------------------------
1423
1424Point3F Camera::getPosition()
1425{
1426 static Point3F position;
1427 mObjToWorld.getColumn(3, &position);
1428 return position;
1429}
1430
1431//-----------------------------------------------------------------------------
1432

Callers 15

innerRenderMethod · 0.45
setSequenceBlendMethod · 0.45
_buildColShapesMethod · 0.45
generateNodeTransformMethod · 0.45
lockMeshMethod · 0.45
setTransformAndEyeMethod · 0.45
shapeBase.cppFile · 0.45
processTickMethod · 0.45
explodeMethod · 0.45

Calls 1

getColumnMethod · 0.80

Tested by

no test coverage detected