37#ifndef COAL_CONTACT_PATCH_H 38#define COAL_CONTACT_PATCH_H 88 return this->
o1 == other.
o1 && this->
o2 == other.
o2 &&
93 return !(*
this == other);
117 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
The geometry for the object for collision or distance computation.
Definition collision_object.h:94
the object for collision or distance computation, contains the geometry and the transform information
Definition collision_object.h:214
Main namespace.
Definition broadphase_bruteforce.h:44
void 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.
collision result
Definition collision_data.h:390