| 244 | } |
| 245 | |
| 246 | PxVec3 NpScene::getGravity() const |
| 247 | { |
| 248 | NP_READ_CHECK(this); |
| 249 | return mScene.getGravity(); |
| 250 | } |
| 251 | |
| 252 | /////////////////////////////////////////////////////////////////////////////// |
| 253 |
no outgoing calls
no test coverage detected