Distance from a point to a polyhedron or to a polygon

后端 未结 1 1317
温柔的废话
温柔的废话 2021-02-09 07:13

I have a surface which is a polyhedron and I want to find the minimal distance between it and a given point P. Since the polyhedron is defined by many

1条回答
  •  余生分开走
    2021-02-09 07:32

    Implementations of Gilbert–Johnson–Keerthi:
    http://www.comlab.ox.ac.uk/stephen.cameron/distances/gjk2.4/
    http://code.google.com/p/gjkd/

    0 讨论(0)
提交回复
热议问题