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

Function initSentinel

physx/source/lowlevelaabb/src/BpBroadPhaseMBP.cpp:564–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562
563#ifdef MBP_SIMD_OVERLAP
564 static PX_FORCE_INLINE void initSentinel(SIMD_AABB& box)
565 {
566 // box.mMinX = encodeFloat(FLT_MAX)>>1;
567 box.mMinX = 0xffffffff;
568 }
569 #if PX_DEBUG
570 static PX_FORCE_INLINE bool isSentinel(const SIMD_AABB& box)
571 {

Callers 2

staticSortMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected