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

Method DoTick

GTE/Samples/Physics/BouncingSpheres/PhysicsModule.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void PhysicsModule::DoTick(double time, double deltaTime)
95{
96 DoCollisionDetection();
97 DoCollisionResponse(time, deltaTime);
98}
99
100void PhysicsModule::DoCollisionDetection()
101{

Callers 1

PhysicsTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected