Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ IslandPtrCompare
Class
IslandPtrCompare
physx/source/lowlevel/software/src/PxsCCD.cpp:816–819 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
814
};
815
816
struct IslandPtrCompare
817
{
818
bool operator()(PxsCCDPair*& a, PxsCCDPair*& b) const { return a->mIslandId < b->mIslandId; }
819
};
820
821
struct ToiCompare
822
{
Callers
1
updateCCD
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected