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

Function getFlagsFast

physx/source/simulationcontroller/src/ScBodySim.h:204–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 PX_FORCE_INLINE void raiseInternalFlag(InternalFlags flag) { mInternalFlags |= flag; }
203 PX_FORCE_INLINE void clearInternalFlag(InternalFlags flag) { mInternalFlags &= ~flag; }
204 PX_FORCE_INLINE PxU32 getFlagsFast() const { return getBodyCore().getFlags(); }
205
206 PX_FORCE_INLINE void incrementBodyConstraintCounter() { mLLBody.mCore->numBodyInteractions++; }
207 PX_FORCE_INLINE void decrementBodyConstraintCounter() { PX_ASSERT(mLLBody.mCore->numBodyInteractions>0); mLLBody.mCore->numBodyInteractions--; }

Callers 2

usingSqKinematicTargetFunction · 0.70
setArticulationMethod · 0.70

Calls 1

getFlagsMethod · 0.45

Tested by

no test coverage detected