Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/engine/
H A DOverlappingPairs.cpp213 …bool* newIsShape1Convex = reinterpret_cast<bool*>(newNarrowPhaseAlgorithmType + nbPairsToAllocate); in allocate() local
214 …bool* wereCollidingInPreviousFrame = reinterpret_cast<bool*>(newIsShape1Convex + nbPairsToAllocate… in allocate()
230 memcpy(newIsShape1Convex, mIsShape1Convex, mNbPairs * sizeof(bool)); in allocate()
248 mIsShape1Convex = newIsShape1Convex; in allocate()