| 1415 | void CPHShell::SetPrefereExactIntegration() { CPHObject::SetPrefereExactIntegration(); } |
| 1416 | |
| 1417 | void CPHShell::add_Element(CPhysicsElement* E) |
| 1418 | { |
| 1419 | CPHElement* ph_element = cast_PHElement(E); |
| 1420 | ph_element->SetShell(this); |
| 1421 | elements.push_back(ph_element); |
| 1422 | } |
| 1423 | |
| 1424 | void CPHShell::add_Joint(CPhysicsJoint* J) |
| 1425 | { |
no test coverage detected