| 980 | void CPHElement::SetMaterial(u16 m) { CPHGeometryOwner::SetMaterial(m); } |
| 981 | |
| 982 | dMass* CPHElement::getMassTensor() // aux |
| 983 | { |
| 984 | return &m_mass; |
| 985 | } |
| 986 | |
| 987 | void CPHElement::setInertia(const dMass& M) |
| 988 | { |
no outgoing calls
no test coverage detected