Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dBodyGetRotation
Function
dBodyGetRotation
3rd_party/Src/ode/ode/src/ode.cpp:400–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
399
400
const dReal * dBodyGetRotation (dBodyID b)
401
{
402
dAASSERT (b);
403
return b->R;
404
}
405
406
407
const dReal * dBodyGetQuaternion (dBodyID b)
Callers
12
getRotation
Method · 0.85
Reinit
Method · 0.85
UpdateL1
Method · 0.85
dBodyStateValide
Function · 0.85
CalculateR_N_PosOfChilds
Method · 0.85
CalculateData
Method · 0.85
add_geom
Method · 0.85
TransformPosition
Method · 0.85
PhDataUpdate
Method · 0.85
applyImpulseTrace
Method · 0.85
GetGlobalTransformDynamic
Method · 0.85
Activate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected