| 403 | |
| 404 | |
| 405 | const 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 | |
| 413 | void dGeomGetQuaternion (dxGeom *g, dQuaternion quat) |
no outgoing calls
no test coverage detected