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

Method Size

ogsr_engine/xrGame/PHActivationShape.cpp:244–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243const Fvector& CPHActivationShape::Position() { return cast_fv(dBodyGetPosition(m_body)); }
244void CPHActivationShape::Size(Fvector& size) { dGeomBoxGetLengths(m_geom, cast_fp(size)); }
245
246void CPHActivationShape::PhDataUpdate(dReal step) { m_safe_state.new_state(m_body); }
247void CPHActivationShape::PhTune(dReal step) {}

Callers 1

ActivateExplosionBoxMethod · 0.45

Calls 2

dGeomBoxGetLengthsFunction · 0.85
cast_fpFunction · 0.85

Tested by

no test coverage detected