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

Function dGeomBoxGetLengths

3rd_party/Src/ode/ode/src/collision_std.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184
185void dGeomBoxGetLengths (dGeomID g, dVector3 result)
186{
187 dUASSERT (g && g->type == dBoxClass,"argument not a box");
188 dxBox *b = (dxBox*) g;
189 result[0] = b->side[0];
190 result[1] = b->side[1];
191 result[2] = b->side[2];
192}
193
194
195dReal dGeomBoxPointDepth (dGeomID g, dReal x, dReal y, dReal z)

Callers 12

printBoxFunction · 0.85
getLengthsMethod · 0.85
ActivateMethod · 0.85
SizeMethod · 0.85
GetBoxExtensionsFunction · 0.85
get_max_area_dir_btMethod · 0.85
get_sizeMethod · 0.85
CollideBoxMethod · 0.85
dSortedTriBoxMethod · 0.85
dTriBoxMethod · 0.85
dBoxProjMethod · 0.85
dCollideCylBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected