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

Method getMassTensor

ogsr_engine/xrGame/PHElement.cpp:982–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

SmoothElementsInertiaMethod · 0.80
AddElementRecursiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected