Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ Update
Method
Update
GTE/Samples/Physics/FoucaultPendulum/PhysicsModule.cpp:118–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void PhysicsModule::Update()
119
{
120
// Apply a single step to the ODE solver.
121
if (mSolver)
122
{
123
mSolver->Update(mTime, mState, mTime, mState);
124
}
125
}
126
127
Callers
3
FoucaultPendulumWindow3
Method · 0.45
OnIdle
Method · 0.45
PhysicsTick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected