Function coal::constructContactPatchFrameFromContact
Defined in File collision_data.h
Function Documentation
-
inline void coal::constructContactPatchFrameFromContact(const Contact &contact, ContactPatch &contact_patch)
Construct a frame from a
Contact
’s position and normal. Because bothContact
’s position and normal are expressed in the world frame, this frame is also expressed w.r.t the world frame. The origin of the frame iscontact.pos
and the z-axis of the frame iscontact.normal
.