coal  3.0.1
Coal, The Collision Detection Library. Previously known as HPP-FCL, fork of FCL -- The Flexible Collision Library
contact_patch.h File Reference
Include dependency graph for contact_patch.h:

Go to the source code of this file.

Classes

class  coal::ComputeContactPatch
 This class reduces the cost of identifying the geometry pair. This is usefull for repeated shape-shape queries. More...
 

Namespaces

 coal
 Main namespace.
 

Functions

void coal::computeContactPatch (const CollisionGeometry *o1, const Transform3s &tf1, const CollisionGeometry *o2, const Transform3s &tf2, const CollisionResult &collision_result, const ContactPatchRequest &request, ContactPatchResult &result)
 Main contact patch computation interface. More...
 
void coal::computeContactPatch (const CollisionObject *o1, const CollisionObject *o2, const CollisionResult &collision_result, const ContactPatchRequest &request, ContactPatchResult &result)