38 #ifndef FCL_DISTANCEREQUEST_INL_H 39 #define FCL_DISTANCEREQUEST_INL_H 50 struct DistanceRequest<double>;
55 bool enable_nearest_points_,
56 bool enable_signed_distance_,
59 S distance_tolerance_,
61 : enable_nearest_points(enable_nearest_points_),
62 enable_signed_distance(enable_signed_distance_),
65 distance_tolerance(distance_tolerance_),
66 gjk_solver_type(gjk_solver_type_)
S min_distance
Minimum distance between two objects.
DistanceRequest(bool enable_nearest_points_=false, bool enable_signed_distance=false, S rel_err_=0.0, S abs_err_=0.0, S distance_tolerance=1e-6, GJKSolverType gjk_solver_type_=GST_LIBCCD)
request to the distance computation
GJKSolverType
Type of narrow phase GJK solver.