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

Method get_Box

ogsr_engine/xrGame/Geometry.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void CODEGeom::get_Box(Fmatrix& form, Fvector& sz)
169{
170 get_xform(form);
171 Fvector c;
172 t_get_box(this, form, sz, c);
173 form.c = c;
174}
175
176bool CODEGeom::collide_fluids() { return !m_flags.test(SBoneShape::sfNoFogCollider); }
177

Callers 1

RenderDynamicOOBBMethod · 0.80

Calls 1

t_get_boxFunction · 0.85

Tested by

no test coverage detected