English

Efficient Exact Enumeration of Single-Source Geodesics on a Non-Convex Polyhedron

Computational Geometry 2023-12-27 v2

Abstract

In this paper, we consider enumeration of geodesics on a polyhedron, where a geodesic means locally-shortest path between two points. Particularly, we consider the following preprocessing problem: given a point ss on a polyhedral surface and a positive real number rr, to build a data structure that enables, for any point tt on the surface, to enumerate all geodesics from ss to tt whose length is less than rr. First, we present a naive algorithm by removing the trimming process from the MMP algorithm (1987). Next, we present an improved algorithm which is practically more efficient on a non-convex polyhedron, in terms of preprocessing time and memory consumption. Moreover, we introduce a single-pair geodesic graph to succinctly encode a result of geodesic query. Lastly, we compare these naive and improved algorithms by some computer experiments.

Keywords

Cite

@article{arxiv.2306.02559,
  title  = {Efficient Exact Enumeration of Single-Source Geodesics on a Non-Convex Polyhedron},
  author = {Kazuma Tateiri},
  journal= {arXiv preprint arXiv:2306.02559},
  year   = {2023}
}