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

Function dGeomGetRotation

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

Source from the content-addressed store, hash-verified

403
404
405const dReal * dGeomGetRotation (dxGeom *g)
406{
407 dAASSERT (g);
408 dUASSERT (g->gflags & GEOM_PLACEABLE,"geom must be placeable");
409 return g->R;
410}
411
412
413void dGeomGetQuaternion (dxGeom *g, dQuaternion quat)

Callers 15

getRotationMethod · 0.85
computeFinalTxFunction · 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
get_max_area_dir_btMethod · 0.85
dSortedTriCylMethod · 0.85
dTriCylMethod · 0.85
dCylProjMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected