Go to the source code of this file.
|
template<bool InvertShapes, typename OtherShapeType , typename PlaneOrHalfspace > |
void | coal::computePatchPlaneOrHalfspace (const OtherShapeType &s1, const Transform3s &tf1, const PlaneOrHalfspace &s2, const Transform3s &tf2, const ContactPatchSolver *csolver, const Contact &contact, ContactPatch &contact_patch) |
| Computes the contact patch between a Plane/Halfspace and another shape. More...
|
|
template<typename ShapeType1 , typename ShapeType2 > |
void | coal::ShapeShapeContactPatch (const CollisionGeometry *o1, const Transform3s &tf1, const CollisionGeometry *o2, const Transform3s &tf2, const CollisionResult &collision_result, const ContactPatchSolver *csolver, const ContactPatchRequest &request, ContactPatchResult &result) |
|
◆ PLANE_HSPACE_CONTACT_PATCH
#define PLANE_HSPACE_CONTACT_PATCH |
( |
|
PlaneOrHspace1, |
|
|
|
PlaneOrHspace2 |
|
) |
| |
◆ PLANE_OR_HSPACE_AND_OTHER_SHAPE_CONTACT_PATCH
#define PLANE_OR_HSPACE_AND_OTHER_SHAPE_CONTACT_PATCH |
( |
|
PlaneOrHspace | ) |
|