MCPcopy 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
816struct IslandPtrCompare
817{
818 bool operator()(PxsCCDPair*& a, PxsCCDPair*& b) const { return a->mIslandId < b->mIslandId; }
819};
820
821struct ToiCompare
822{

Callers 1

updateCCDMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected