Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ rewind
Method
rewind
physx/source/physx/src/NpBatchQuery.h:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
BatchQueryStream() { rewind(); }
57
58
void rewind() { mPosition = 0; }
59
60
PX_FORCE_INLINE PxI32 getPos() { return PxI32(mPosition); } // signed to avoid casts elsewhere
61
Callers
1
finalizeExecute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected