| 395 | |
| 396 | |
| 397 | const 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 | |
| 405 | const dReal * dGeomGetRotation (dxGeom *g) |
no outgoing calls
no test coverage detected