38#ifndef COAL_DISTANCE_FUNC_MATRIX_H
39#define COAL_DISTANCE_FUNC_MATRIX_H
The geometry for the object for collision or distance computation.
Definition collision_object.h:96
#define COAL_DLLAPI
Definition config.hh:88
@ NODE_COUNT
Definition collision_object.h:89
Main namespace.
Definition broadphase_bruteforce.h:44
double Scalar
Definition data_types.h:68
distance matrix stores the functions for distance between different types of objects and provides a u...
Definition distance_func_matrix.h:49
request to the distance computation
Definition collision_data.h:984
distance result
Definition collision_data.h:1050
collision and distance solver based on the GJK and EPA algorithms. Originally, GJK and EPA were imple...
Definition narrowphase.h:57