![]() |
EASY-ROB™ Kernel
v9.304
|
Collision results for query ER_COLL_QUERY_TYPE_DISTANCE, see erColl_GetResults_Distance()
The following distance and points established the minimum distance for the models, within the relative and absolute error bounds specified.
More...
#include <erk_capi_types.h>
Public Attributes | |
| double | query_time_secs |
| required time for collision computation More... | |
| DFRAME | m1Tm2 |
| DFRAME transformation from model 1 to model 2 More... | |
| double | rel_err |
| the relative error margin from actual distance More... | |
| double | abs_err |
| the absolute error margin from actual distance More... | |
| double | distance |
| minimum distance>0 if models not colliding, else distance is 0 More... | |
| double * | p1 |
| position at model 1 for shortest distance if minimum distance>0 More... | |
| double * | p2 |
| position at model 2 for shortest distance if minimum distance>0 More... | |
Collision results for query ER_COLL_QUERY_TYPE_DISTANCE, see erColl_GetResults_Distance()
The following distance and points established the minimum distance for the models, within the relative and absolute error bounds specified.
| double ER_DistanceResult::abs_err |
the absolute error margin from actual distance
| double ER_DistanceResult::distance |
minimum distance>0 if models not colliding, else distance is 0
| double* ER_DistanceResult::p1 |
position at model 1 for shortest distance if minimum distance>0
| double* ER_DistanceResult::p2 |
position at model 2 for shortest distance if minimum distance>0
| double ER_DistanceResult::query_time_secs |
required time for collision computation
| double ER_DistanceResult::rel_err |
the relative error margin from actual distance
1.8.15