| 521 | } |
| 522 | |
| 523 | void CPHShell::addEquelInertiaToEls(const dMass& M) |
| 524 | { |
| 525 | ELEMENT_I i = elements.begin(), e = elements.end(); |
| 526 | for (; i != e; ++i) |
| 527 | { |
| 528 | (*i)->addInertia(M); |
| 529 | } |
| 530 | } |
| 531 | static BONE_P_MAP* spGetingMap = NULL; |
| 532 | void CPHShell::build_FromKinematics(IKinematics* K, BONE_P_MAP* p_geting_map) |
| 533 | { |
no test coverage detected