| 226 | } |
| 227 | |
| 228 | PxU32 NpArticulationLink::getLinkIndex() const |
| 229 | { |
| 230 | NP_READ_CHECK(NpActor::getOwnerScene(*this)); |
| 231 | return mLLIndex; |
| 232 | } |
| 233 | |
| 234 | void NpArticulationLink::setCMassLocalPose(const PxTransform& pose) |
| 235 | { |
no outgoing calls
no test coverage detected