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

Method getVelocity

Engine/source/T3D/item.cpp:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501//----------------------------------------------------------------------------
502
503Point3F Item::getVelocity() const
504{
505 return mVelocity;
506}
507
508void Item::setVelocity(const VectorF& vel)
509{

Callers 8

is_caster_movingMethod · 0.45
arcaneFX.cppFile · 0.45
updateParamsMethod · 0.45
collisionFilterFunction · 0.45
shapeBase.cppFile · 0.45
processTickMethod · 0.45
camera.cppFile · 0.45
updatePosMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected