Computing The Minimum Distance Between Two Ellipsoids

Xd Chen,Jh Yong,Xc Xiong,Gq Zheng,Jg Sun
2003-01-01
Abstract:Computing minimum distance between two objects is very important in a lot of areas such as CAD/CAM computer graphics and collision detection. In 2002, computing minimum distance between two ellipsoid was reduced into the problem of solving two bivariate polynomial equations with degrees at most 12 by Lennerz and those of degrees 8 and 16 by Sohn et al. In this paper, it is converted into the problem of solving two triple polynomial equations with degrees no larger than 2 and 9. This result is obtained by using the offset surface and the Lagrange techniques. One of the two points where the minimum distance occurs is obtained by tracing the above two equations. The minimum distance is then a root of a quadratic equation, and the other point could be calculated by an explicit formula.
What problem does this paper attempt to address?