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

Function dGeomGetPosition

3rd_party/Src/ode/ode/src/collision_kernel.cpp:397–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395
396
397const dReal * dGeomGetPosition (dxGeom *g)
398{
399 dAASSERT (g);
400 dUASSERT (g->gflags & GEOM_PLACEABLE,"geom must be placeable");
401 return g->pos;
402}
403
404
405const dReal * dGeomGetRotation (dxGeom *g)

Callers 15

printGeomTransformFunction · 0.85
getPositionMethod · 0.85
CollisionCallbackMethod · 0.85
PositionsMethod · 0.85
computeFinalTxFunction · 0.85
get_local_center_btMethod · 0.85
get_local_form_btMethod · 0.85
get_global_center_btMethod · 0.85
get_global_form_btMethod · 0.85
get_final_txMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected