| 347 | |
| 348 | |
| 349 | NpScene* NpConstraint::getNpScene() const |
| 350 | { |
| 351 | return mConstraint.getScbSceneForAPI() ? static_cast<NpScene*>(mConstraint.getScbSceneForAPI()->getPxScene()) : NULL; |
| 352 | } |
| 353 | |
| 354 | Scb::RigidObject* NpConstraint::getScbRigidObject(PxRigidActor* a) |
| 355 | { |
no test coverage detected