| 381 | } |
| 382 | |
| 383 | NpScene* NpConstraint::getSceneFromActors() const |
| 384 | { |
| 385 | return getSceneFromActors(mActor0, mActor1); |
| 386 | } |
| 387 | |
| 388 | PX_FORCE_INLINE NpScene* NpConstraint::getSceneFromActors(const PxRigidActor* actor0, const PxRigidActor* actor1) |
| 389 | { |
no test coverage detected