| 
    coal 3.0.1
    
   Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library 
   | 
 
Distance data stores the distance request and the result given by distance algorithm. More...
#include <coal/broadphase/default_broadphase_callbacks.h>

Public Member Functions | |
| DistanceData () | |
| void | clear () | 
| Clears the DistanceData.   | |
Public Attributes | |
| DistanceRequest | request | 
| Distance request.   | |
| DistanceResult | result | 
| Distance result.   | |
| bool | done | 
| Whether the distance iteration can stop.   | |
Distance data stores the distance request and the result given by distance algorithm.
      
  | 
  inline | 
      
  | 
  inline | 
Clears the DistanceData.
| bool coal::DistanceData::done | 
Whether the distance iteration can stop.
| DistanceRequest coal::DistanceData::request | 
Distance request.
| DistanceResult coal::DistanceData::result | 
Distance result.