Home
last modified time | relevance | path

Searched refs:LastFrameCollisionInfo (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/engine/
H A DOverlappingPairs.cpp66 it->second->~LastFrameCollisionInfo(); in ~OverlappingPairs()
69 mPersistentAllocator.release(it->second, sizeof(LastFrameCollisionInfo)); in ~OverlappingPairs()
141 it->second->~LastFrameCollisionInfo(); in removePair()
144 mPersistentAllocator.release(it->second, sizeof(LastFrameCollisionInfo)); in removePair()
209 …Map<uint64, LastFrameCollisionInfo*>* newLastFrameCollisionInfos = reinterpret_cast<Map<uint64, La… in allocate()
369 Map<uint64, LastFrameCollisionInfo*> lastFrameCollisionInfo(mLastFrameCollisionInfos[index1]); in swapPairs()
415 mLastFrameCollisionInfos[index].~Map<uint64, LastFrameCollisionInfo*>(); in destroyPair()
471LastFrameCollisionInfo* collisionInfo = new (mPersistentAllocator.allocate(sizeof(LastFrameCollisi… in addLastFrameInfoIfNecessary()
472 LastFrameCollisionInfo(); in addLastFrameInfoIfNecessary()
503 it->second->~LastFrameCollisionInfo(); in clearObsoleteLastFrameCollisionInfos()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/engine/
H A DOverlappingPairs.h55 struct LastFrameCollisionInfo { struct
85 LastFrameCollisionInfo() { in LastFrameCollisionInfo() argument
162 Map<uint64, LastFrameCollisionInfo*>* mLastFrameCollisionInfos;
271 LastFrameCollisionInfo* getLastFrameCollisionInfo(uint64, uint64 shapesId);
277LastFrameCollisionInfo* addLastFrameInfoIfNecessary(uint64 pairIndex, uint32 shapeId1, uint32 shap…
342 inline LastFrameCollisionInfo* OverlappingPairs::getLastFrameCollisionInfo(uint64 pairId, uint64 sh… in getLastFrameCollisionInfo()
348 …Map<uint64, LastFrameCollisionInfo*>::Iterator it = mLastFrameCollisionInfos[index].find(shapesId); in getLastFrameCollisionInfo()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/narrowphase/
H A DNarrowPhaseInfoBatch.h37 struct LastFrameCollisionInfo;
97 List<LastFrameCollisionInfo*> lastFrameCollisionInfos;
H A DNarrowPhaseInput.h42 struct LastFrameCollisionInfo;
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/narrowphase/
H A DConvexPolyhedronVsConvexPolyhedronAlgorithm.cpp57LastFrameCollisionInfo* lastFrameCollisionInfo = narrowPhaseInfoBatch.lastFrameCollisionInfos[batc… in testCollision()
H A DSphereVsConvexPolyhedronAlgorithm.cpp66LastFrameCollisionInfo* lastFrameCollisionInfo = narrowPhaseInfoBatch.lastFrameCollisionInfos[batc… in testCollision()
H A DNarrowPhaseInfoBatch.cpp68LastFrameCollisionInfo* lastFrameInfo = mOverlappingPairs.addLastFrameInfoIfNecessary(pairIndex, s… in addNarrowPhaseInfo()
H A DCapsuleVsConvexPolyhedronAlgorithm.cpp69LastFrameCollisionInfo* lastFrameCollisionInfo = narrowPhaseInfoBatch.lastFrameCollisionInfos[batc… in testCollision()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/narrowphase/GJK/
H A DGJKAlgorithm.cpp95LastFrameCollisionInfo* lastFrameCollisionInfo = narrowPhaseInfoBatch.lastFrameCollisionInfos[batc… in testCollision()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/collision/narrowphase/SAT/
H A DSATAlgorithm.cpp510LastFrameCollisionInfo* lastFrameCollisionInfo = narrowPhaseInfoBatch.lastFrameCollisionInfos[batc… in testCollisionConvexPolyhedronVsConvexPolyhedron()