PT: TODO: why do we test againt NULL everywhere but not in 'isFrozen' ?
| 641 | |
| 642 | // PT: TODO: why do we test againt NULL everywhere but not in 'isFrozen' ? |
| 643 | Ps::IntBool Sc::BodyCore::isFrozen() const |
| 644 | { |
| 645 | return getSim()->isFrozen(); |
| 646 | } |
| 647 | |
| 648 | void Sc::BodyCore::setSolverIterationCounts(PxU16 c) |
| 649 | { |
no outgoing calls
no test coverage detected