38 #ifndef COAL_COLLISION_FUNC_MATRIX_H
39 #define COAL_COLLISION_FUNC_MATRIX_H
The geometry for the object for collision or distance computation.
Definition: collision_object.h:94
#define COAL_DLLAPI
Definition: config.hh:88
@ NODE_COUNT
Definition: collision_object.h:87
Main namespace.
Definition: broadphase_bruteforce.h:44
collision matrix stores the functions for collision between different types of objects and provides a...
Definition: collision_func_matrix.h:50
CollisionFunctionMatrix()
request to the collision algorithm
Definition: collision_data.h:311
collision result
Definition: collision_data.h:390
collision and distance solver based on the GJK and EPA algorithms. Originally, GJK and EPA were imple...
Definition: narrowphase.h:57