38 #ifndef FCL_CONTACT_INL_H 39 #define FCL_CONTACT_INL_H 41 #include "fcl/narrowphase/contact.h" 48 struct Contact<double>;
64 const CollisionGeometry<S>* o1_,
65 const CollisionGeometry<S>* o2_,
79 const CollisionGeometry<S>* o1_,
80 const CollisionGeometry<S>* o2_,
83 const Vector3<S>& pos_,
84 const Vector3<S>& normal_,
92 penetration_depth(depth_)
99 bool Contact<S>::operator <(
const Contact& other)
const 102 return b2 < other.b2;
103 return b1 < other.b1;
Main namespace.
Definition: broadphase_bruteforce-inl.h:45