Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
PX_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
processConstraintForGroupBuilding
Method · 0.80
processPendingUpdates
Method · 0.80
removeConstraint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected