|
FCL
0.6.0
Flexible Collision Library
|
request to the distance computation More...
#include <distance_request.h>
Public Member Functions | |
| DistanceRequest (bool enable_nearest_points_=false, S rel_err_=0.0, S abs_err_=0.0, GJKSolverType gjk_solver_type_=GST_LIBCCD) | |
| bool | isSatisfied (const DistanceResult< S > &result) const |
Public Attributes | |
| bool | enable_nearest_points |
| whether to return the nearest points | |
| S | rel_err |
| error threshold for approximate distance | |
| S | abs_err |
| GJKSolverType | gjk_solver_type |
| narrow phase solver type | |
request to the distance computation