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

Method GetGlobalTransformDynamic

ogsr_engine/xrGame/PHElement.cpp:698–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696 VERIFY(_valid(*m));
697}
698void CPHElement::GetGlobalTransformDynamic(Fmatrix* m)
699{
700 PHDynamicData::DMXPStoFMX(dBodyGetRotation(m_body), dBodyGetPosition(m_body), *m);
701 MulB43InverceLocalForm(*m);
702 VERIFY(_valid(*m));
703}
704
705void CPHElement::InterpolateGlobalPosition(Fvector* v)
706{

Callers

nothing calls this directly

Calls 3

dBodyGetRotationFunction · 0.85
dBodyGetPositionFunction · 0.85
_validFunction · 0.50

Tested by

no test coverage detected