Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
void PhysicsModule::DoTick(double time, double deltaTime)
135
{
136
DoCollisionDetection();
137
DoCollisionResponse(time, deltaTime);
138
}
139
140
void PhysicsModule::DoCollisionDetection()
141
{
Callers
1
PhysicsTick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected