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

Method clearForces

Engine/source/T3D/rigid.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void Rigid::clearForces()
52{
53 force.set(0.0f,0.0f,0.0f);
54 torque.set(0.0f,0.0f,0.0f);
55}
56
57//-----------------------------------------------------------------------------
58void Rigid::integrate(F32 delta)

Callers 5

updatePosMethod · 0.45
resetMethod · 0.45
setTransformMethod · 0.45
updateForcesMethod · 0.45
updatePosMethod · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected