16 #ifndef SURGSIM_PHYSICS_DCDCOLLISION_H 17 #define SURGSIM_PHYSICS_DCDCOLLISION_H 21 #include "SurgSim/Framework/Macros.h" 22 #include "SurgSim/Math/Shape.h" 23 #include "SurgSim/Physics/Computation.h" 30 class ContactCalculation;
35 class PhysicsManagerState;
63 std::shared_ptr<PhysicsManagerState> doUpdate(
const double& dt,
const std::shared_ptr<PhysicsManagerState>& state)
Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
Computation to determine the contacts between a list of CollisionPairs.
Definition: DcdCollision.h:45
Encapsulates a calculation over a selection of objects, needs to be subclassed to be used...
Definition: Computation.h:32