| 356 | } |
| 357 | |
| 358 | PxTransform NpShape::getLocalPose() const |
| 359 | { |
| 360 | NP_READ_CHECK(getOwnerScene()); |
| 361 | |
| 362 | return mShape.getShape2Actor(); |
| 363 | } |
| 364 | |
| 365 | /////////////////////////////////////////////////////////////////////////////// |
| 366 |
no outgoing calls
no test coverage detected