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

Method getAnyBody

physx/source/simulationcontroller/src/ScConstraintSim.h:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144
145
146PX_INLINE Sc::BodySim* Sc::ConstraintSim::getAnyBody()
147{
148 if (mBodies[0])
149 return mBodies[0];
150 else
151 return mBodies[1];
152}
153
154}
155

Callers 3

processPendingUpdatesMethod · 0.80
removeConstraintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected