hpp-fcl
3.0.0
HPP fork of FCL -- The Flexible Collision Library
|
Distance data stores the distance request and the result given by distance algorithm. More...
#include <hpp/fcl/broadphase/default_broadphase_callbacks.h>
Public Member Functions | |
DistanceData () | |
void | clear () |
Clears the DistanceData. More... | |
Public Attributes | |
DistanceRequest | request |
Distance request. More... | |
DistanceResult | result |
Distance result. More... | |
bool | done |
Whether the distance iteration can stop. More... | |
Distance data stores the distance request and the result given by distance algorithm.
|
inline |
|
inline |
Clears the DistanceData.
bool hpp::fcl::DistanceData::done |
Whether the distance iteration can stop.
DistanceRequest hpp::fcl::DistanceData::request |
Distance request.
DistanceResult hpp::fcl::DistanceData::result |
Distance result.