coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
distance.h File Reference
Include dependency graph for distance.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  coal::ComputeDistance
 

Namespaces

 coal
 Main namespace.
 

Functions

Scalar coal::distance (const CollisionObject *o1, const CollisionObject *o2, const DistanceRequest &request, DistanceResult &result)
 Main distance interface: given two collision objects, and the requirements for contacts, including whether return the nearest points, this function performs the distance between them. Return value is the minimum distance generated between the two objects. More...
 
Scalar coal::distance (const CollisionGeometry *o1, const Transform3s &tf1, const CollisionGeometry *o2, const Transform3s &tf2, const DistanceRequest &request, DistanceResult &result)