MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Update

Method Update

GTE/Samples/Physics/DoublePendulum/PhysicsModule.cpp:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void PhysicsModule::Update ()
74{
75 // Apply a single step of the ODE solver.
76 if (mSolver)
77 {
78 mSolver->Update(mTime, mState, mTime, mState);
79 }
80}
81
82

Callers 1

OnIdleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected