MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / reset

Method reset

physx/source/lowlevelaabb/include/BpAABBManager.h:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 Ps::Array<AABBOverlap> mDeletedPairs[2];
105
106 void reset()
107 {
108 mCreatedPairs[0].resizeUninitialized(0);
109 mCreatedPairs[1].resizeUninitialized(0);
110 mDeletedPairs[0].resizeUninitialized(0);
111 mDeletedPairs[1].resizeUninitialized(0);
112 }
113 };
114
115 class BoundsArray : public Ps::UserAllocated

Callers

nothing calls this directly

Calls 1

resizeUninitializedMethod · 0.80

Tested by

no test coverage detected