2D and 3D point location algorithm based on barycentric coordinates

Yan Li,Weidong Chen,Dongming Lu
2008-01-01
Journal of Computational Information Systems
Abstract:In this paper, we will present a general point location algorithm for 2D and 3D space. It is one of those oriented-walking methods. This algorithm is based on the value of barycentric coordinates to make step decisions. There are two stages involved, the preprocessing and the locating stages. In the preprocessing phase, we build data structures for the algorithm and find out a starting position, while in the locating phase, we perform the walking to find out where the query point is located. This algorithm is loopless and ensures to be terminating. Experiment results shows that the final path of the algorithm takes less computing time and can nearly follow the deepest direction from the starting point to the query point.
What problem does this paper attempt to address?