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

Method getVelocity

Engine/source/T3D/player.cpp:5962–5965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5960//----------------------------------------------------------------------------
5961
5962Point3F Player::getVelocity() const
5963{
5964 return mVelocity;
5965}
5966
5967F32 Player::getSpeed() const
5968{

Callers 3

_handleCollisionMethod · 0.45
updatePosMethod · 0.45
findContactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected