Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Barycentric Coordinates

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Barycentric Coordinates


Chronological Thread 
  • From: Julia Fischer <>
  • To:
  • Subject: Re: [cgal-discuss] Barycentric Coordinates
  • Date: Mon, 6 Mar 2017 22:52:37 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:ZwL9HR0XzsLzJZaXsmDT+DRfVm0co7zxezQtwd8ZseseLvad9pjvdHbS+e9qxAeQG96KtrQY06GP7v2oGTRZp83e4DZaKN0EfiRGoPtVtjRoONSCB0z/IayiRA0BN+MGamVY+WqmO1NeAsf0ag6aiHSz6TkPBke3blItdaymUrLV2s+43uT395zIaBhTnxK8Z6lzJVO4t1b/rM4T1Kl/Lqc4gjXIuXBIdv4ekWF1IVOa2Qvg64G+/YVo8ylKk/0k/s9EF679evJrHvRjED06PjVtt4XQvh7ZQF7X6w==

Dear Daniel

Thanks for your answer !  it is exactly was I was looking for ...

Cheers
Julia

 

On 6 March 2017 at 18:01, Daniel Duque <> wrote:
Hi Julia,

I have implemented those myself. In my case, I had function values defined on the nodes on a Delaunay triangulation. I compute a
linear interpolation for any point through a locate() procedure, to get the face. Then, it's quite simple to compute the barycentric
coordinates for the three vertices and build an approximation. It's here, but my code is very specific, and quite hard to understand:


Best,

Daniel



On 5 March 2017 at 22:49, Julia Fischer <> wrote:
Hi

does CGAL support  barycenter coordinates to locate points on a surface?


Attachment: Tmesh.tar.gz
Description: GNU Zip compressed data




Archive powered by MHonArc 2.6.18.

Top of Page