| 1389 | /////////////////////////////////////////////////////////////////////////////// |
| 1390 | |
| 1391 | PxU32 NpScene::getNbConstraints() const |
| 1392 | { |
| 1393 | NP_READ_CHECK(this); |
| 1394 | return mConstraints.size(); |
| 1395 | } |
| 1396 | |
| 1397 | PxU32 NpScene::getConstraints(PxConstraint** userBuffer, PxU32 bufferSize, PxU32 startIndex) const |
| 1398 | { |
no test coverage detected