MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / addEquelInertiaToEls

Method addEquelInertiaToEls

ogsr_engine/xrGame/PHShell.cpp:523–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523void 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}
531static BONE_P_MAP* spGetingMap = NULL;
532void CPHShell::build_FromKinematics(IKinematics* K, BONE_P_MAP* p_geting_map)
533{

Callers 1

CreateBrokenMethod · 0.80

Calls 3

addInertiaMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected