| 10 | #include "Physics.h" |
| 11 | #include "SpaceUtils.h" |
| 12 | void CPHSplitedShell::Collide() |
| 13 | { |
| 14 | /////////////////////////////// |
| 15 | CollideStatic(dSpacedGeom(), CPHObject::SelfPointer()); |
| 16 | // near_callback(this,0,(dGeomID)dSpace(),ph_world->GetMeshGeom()); |
| 17 | } |
| 18 | |
| 19 | void CPHSplitedShell::get_spatial_params() |
| 20 | { |
nothing calls this directly
no test coverage detected