addManifoldPoint(const btManifoldPoint &newPoint, bool isPredictive=false) | btPersistentManifold | |
BT_DECLARE_ALIGNED_ALLOCATOR() | btPersistentManifold | |
btPersistentManifold() | btPersistentManifold | |
btPersistentManifold(const btCollisionObject *body0, const btCollisionObject *body1, int, btScalar contactBreakingThreshold, btScalar contactProcessingThreshold) | btPersistentManifold | inline |
btTypedObject(int objectType) | btTypedObject | inline |
calculateSerializeBufferSize() const | btPersistentManifold | |
clearManifold() | btPersistentManifold | inline |
clearUserCache(btManifoldPoint &pt) | btPersistentManifold | |
deSerialize(const struct btPersistentManifoldDoubleData *manifoldDataPtr) | btPersistentManifold | |
deSerialize(const struct btPersistentManifoldFloatData *manifoldDataPtr) | btPersistentManifold | |
findContactPoint(const btManifoldPoint *unUsed, int numUnused, const btManifoldPoint &pt) | btPersistentManifold | private |
getBody0() const | btPersistentManifold | inline |
getBody1() const | btPersistentManifold | inline |
getCacheEntry(const btManifoldPoint &newPoint) const | btPersistentManifold | |
getContactBreakingThreshold() const | btPersistentManifold | |
getContactPoint(int index) const | btPersistentManifold | inline |
getContactPoint(int index) | btPersistentManifold | inline |
getContactProcessingThreshold() const | btPersistentManifold | inline |
getNumContacts() const | btPersistentManifold | inline |
getObjectType() const | btTypedObject | inline |
m_body0 | btPersistentManifold | private |
m_body1 | btPersistentManifold | private |
m_cachedPoints | btPersistentManifold | private |
m_companionIdA | btPersistentManifold | |
m_companionIdB | btPersistentManifold | |
m_contactBreakingThreshold | btPersistentManifold | private |
m_contactProcessingThreshold | btPersistentManifold | private |
m_index1a | btPersistentManifold | |
m_objectType | btTypedObject | |
m_pointCache | btPersistentManifold | private |
refreshContactPoints(const btTransform &trA, const btTransform &trB) | btPersistentManifold | |
removeContactPoint(int index) | btPersistentManifold | inline |
replaceContactPoint(const btManifoldPoint &newPoint, int insertIndex) | btPersistentManifold | inline |
serialize(const class btPersistentManifold *manifold, void *dataBuffer, class btSerializer *serializer) const | btPersistentManifold | |
setBodies(const btCollisionObject *body0, const btCollisionObject *body1) | btPersistentManifold | inline |
setContactBreakingThreshold(btScalar contactBreakingThreshold) | btPersistentManifold | inline |
setContactProcessingThreshold(btScalar contactProcessingThreshold) | btPersistentManifold | inline |
setNumContacts(int cachedPoints) | btPersistentManifold | inline |
sortCachedPoints(const btManifoldPoint &pt) | btPersistentManifold | private |
validContactDistance(const btManifoldPoint &pt) const | btPersistentManifold | inline |