38 #ifndef FCL_DISTANCEREQUEST_H 39 #define FCL_DISTANCEREQUEST_H 105 bool enable_nearest_points_ =
false,
106 bool enable_signed_distance =
false,
109 S distance_tolerance = 1e-6,
S rel_err
error threshold for approximate distance
bool enable_nearest_points
whether to return the nearest points
GJKSolverType gjk_solver_type
narrow phase solver type
bool enable_signed_distance
Whether to compute exact negative distance.
S distance_tolerance
the threshold used in GJK algorithm to stop distance iteration
request to the distance computation
GJKSolverType
Type of narrow phase GJK solver.