Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Closest distance + vertices of two meshes

Subject: CGAL users discussion list

List archive

[cgal-discuss] Closest distance + vertices of two meshes


Chronological Thread 
  • From: Dimitris Tzionas <>
  • To:
  • Subject: [cgal-discuss] Closest distance + vertices of two meshes
  • Date: Mon, 28 Jul 2014 12:19:51 +0200

Hi all,

I would like to find two vertices of two meshes (1 vertex per mesh) that define the closest distance between them. Or the two triangles would be fine I guess.

However I'm not sure how to search for this in CGAL's documentation, I'm sure that this is doable with some existing tool (probably based on a 3d distance field and/or AABBs). Could I please get a hint (keywords/link) on what to look for?

I've already implemented a collision detection with CGAL to find the triangle-triangle intersection in a triangle-soup, using AABB-trees. I guess that I should be somehow close to this, although now a simple soup with all me object-triangles wouldn't do the job.

Best,
dimitris



Archive powered by MHonArc 2.6.18.

Top of Page