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