| 199 | dSpaceAdd(space, m_geom_transform); |
| 200 | } |
| 201 | void CODEGeom::remove_from_space(dSpaceID space) |
| 202 | { |
| 203 | if (m_geom_transform) |
| 204 | dSpaceRemove(space, m_geom_transform); |
| 205 | } |
| 206 | void CODEGeom::clear_cashed_tries() |
| 207 | { |
| 208 | if (!m_geom_transform) |
no test coverage detected