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

Method Update

GTE/Samples/Physics/BallHill/PhysicsModule.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void PhysicsModule::Update()
107{
108 // Apply a single step of the ODE solver.
109 if (mSolver)
110 {
111 mSolver->Update(mTime, mState, mTime, mState);
112 }
113}
114
115

Callers 15

FitConeWindow3Method · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45
FitTorusWindow3Method · 0.45
OnIdleMethod · 0.45
FitCylinderWindow3Method · 0.45
OnIdleMethod · 0.45
NURBSSphereWindow3Method · 0.45
OnIdleMethod · 0.45
OnIdleMethod · 0.45

Calls

no outgoing calls

Tested by 1

ComputeMethod · 0.36