Searched refs:ContactPair (Results 1 – 2 of 2) sorted by relevance
12 struct ContactPair { struct17 ContactPair() : object0(0), object1(0), time(0) {} in ContactPair() argument19 ContactPair(const ContactPair &rhs) : object0(rhs.object0), object1(rhs.object1), time(rhs.time) {} in ContactPair() function21 …ContactPair(const btCollisionObject* const &object0, const btCollisionObject* const &object1, cons… in ContactPair() function23 ContactPair &operator=(const ContactPair &rhs) { in operator =() argument30 inline bool operator==(const ContactPair &rhs) const { in operator ==() argument34 inline bool operator<(const ContactPair &rhs) const { in operator <() argument82 ContactPair &pair = cache.at(i); in update()98 ContactPair &pair = cache.at(i); in indexOf()128 cache.push_back(ContactPair(manifold->getBody0(), manifold->getBody1(), cacheTime)); in contactEnded()
28 struct ContactPair;37 btAlignedObjectArray<ContactPair> cache;