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

Method DoTick

GTE/Samples/Physics/BouncingTetrahedra/PhysicsModule.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void PhysicsModule::DoTick(double time, double deltaTime)
135{
136 DoCollisionDetection();
137 DoCollisionResponse(time, deltaTime);
138}
139
140void PhysicsModule::DoCollisionDetection()
141{

Callers 1

PhysicsTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected