coal 3.0.2 Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library |
#include "coal/broadphase/broadphase_collision_manager.h"#include "coal/collision_object.h"#include "coal/narrowphase/continuous_collision_object.h"#include "coal/broadphase/broadphase_continuous_collision_manager-inl.h"Go to the source code of this file.
Classes | |
| class | coal::BroadPhaseContinuousCollisionManager< S > |
| Base class for broad phase continuous collision. It helps to accelerate the continuous collision/distance between N objects. Also support self collision, self distance and collision/distance with another M objects. More... | |
Namespaces | |
| namespace | coal |
| Main namespace. | |
Typedefs | |
| template<typename S> | |
| using | coal::ContinuousCollisionCallBack |
| Callback for continuous collision between two objects. Return value is whether can stop now. | |
| template<typename S> | |
| using | coal::ContinuousDistanceCallBack |
| Callback for continuous distance between two objects, Return value is whether can stop now, also return the minimum distance till now. | |
| using | coal::BroadPhaseContinuousCollisionManagerf |
| using | coal::BroadPhaseContinuousCollisionManagerd |