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