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

Method getInboundJoint

physx/source/physx/src/NpArticulationLink.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212
213
214PxArticulationJointBase* NpArticulationLink::getInboundJoint() const
215{
216 NP_READ_CHECK(NpActor::getOwnerScene(*this));
217 return mInboundJoint;
218}
219
220PxU32 NpArticulationLink::getInboundJointDof() const
221{

Callers 12

createScissorLiftFunction · 0.80
createLongChainFunction · 0.80
objectToFileImplMethod · 0.80
createInstanceMethod · 0.80
destroyInstanceMethod · 0.80
changeAggregateSubActorsFunction · 0.80
getRootMethod · 0.80
setCMassLocalPoseMethod · 0.80
visualizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected