| 309 | } |
| 310 | |
| 311 | BodySim* ShapeSim::getBodySim() const |
| 312 | { |
| 313 | ActorSim& a = getActor(); |
| 314 | return a.isDynamicRigid() ? static_cast<BodySim*>(&a) : NULL; |
| 315 | } |
| 316 | |
| 317 | PxsRigidCore& ShapeSim::getPxsRigidCore() const |
| 318 | { |
no outgoing calls
no test coverage detected