Not sure where to put this, but it would be nice if the check for ellipsoid collision returned an array with both the new vector position and an object ID if there was a collision.
You can implement a collision listener (ICollisionListener) which gives you the id information. Ellipsoid collision detection can't be limited to one id, it may return many ids of all objects hit along the path.
O.K. I'll look into that, thanks.