Subject: CGAL users discussion list
List archive
- From: "Laurent Rineau (CGAL/GeometryFactory)" <>
- To:
- Subject: Re: [cgal-discuss] Mesh_3 -> Triangulation_3
- Date: Fri, 11 Jan 2019 17:50:17 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=SoftFail ; spf=None
- Ironport-phdr: 9a23:xqb6whGILzgiTrd3Kh0OCZ1GYnF86YWxBRYc798ds5kLTJ7ypMuwAkXT6L1XgUPTWs2DsrQY07qQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDmwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOT4n/m/KhMJ+j6VbrxCvpxNwzIDbfJqYNOZjcK7HYd8WWXZNUthXWidcAo28dYwPD+8ZMOpWqYfyvUYOrQGgCgmqGOPk1yNGhn7w3aIkyeshDBzN0Ag+EtwPrHnaqs75OqYMXuCyyanH0ynDb+lW2Dn98ofHbgwhofaWXbNwdMbdx1QkGgTBjlqKtIzlJS2a1uIRs2SB9epgVOSvhHA9pAFsuTWg2sgshZPNho4PzVDE7yp5zZ8zKNalRkB7ZtukH4FRtyGcL4Z2Q8UiQ3tpuCkg0LEGt4S7cDAWx5Qo3RHfb+aLc4+S4hLsTOqROil3hHd/d7K5mxay8FSvyvbgWcm011ZKqjBKksPWunAKzRzT5dCLSvRj8Uem3DaAyRzT6vtEIEA6j6XUN4IhwrkqlpsTq0jMAij2mEDwgaSLdUsk4vCl5/n5brjivJOQKot5hwXkPqkqm8GzG+s1PhQWU2Wf5eiwzr7u8EzjTLhIivA6iKnUvZPcKM8GvKC2GRVV3Zwm6xunDzepztAYnX4fIVJDZh2HgZblN0vQL/D+FvezmVqskC1zy/DHOL3uHInNI2DenLv/ebtx8VNQxQ43wNxF459ZC6sNLf3vVkPpsdzXFB45Mwi6w+b9D9V905sTWWaVDa+EKqPdr1mI5v41L+mWZY8VvijyJOI45/P1kXA5lkUSfa2z0ZsQcnC4EexqI1+Fbnr0ntcBDWAKsxIiQ+zlklKCVSdfaGuzX6In+j47FZmmDZzYS4C2gL2B2T+7EYdMamBHDFCMC3boeJ+eV/cCciLBavNmxzcLXLzkR4463gy1ryf7zaBmJ6za4H42r5XmgZJR7vDJmBcuvQZ1CcmUzinNZE5duiQnSjgz0bxlsGJ0wUuEy7k5ybQMEdVO/f5PTkEgNJjRxvFSAN/7XkTGZNjfGwXuecmvHTxkFoF5+NQJeUsoQ4zz3CCG5DKjBvour5LOAZU19qzG2H2of5R2xH/Ckq47gAt9G5cdBSidnqd6sjPrKcvRiUzAz/Sheq0YminX+zXblDfcjARjSAd1FJ79czUfa0/R9I+r4E7MFfmjD69hPBETkcM=
- Organization: GeometryFactory
On Friday, January 11, 2019 5:14:00 PM CET Marc Alexa wrote:
> So what is the definition of restricted Delaunay? That the circumcenter
> needs to be part of the domain? That would explain why sliver on the
> boundary are not part of the triangulation.
Yes, you are right. For each simplex of the Delaunay triangulation (with
weights or not), then the simplex is in the triangulation restricted to a
sub-space if and only if its dual intersects the sub-space.
For a tetrahedron, it is in the triangulation restricted to the domain if and
only if its circumcenter is in the domain.
For a triangle, it is in the triangulation restricted to the boundary of the
domain if and only if its dual segment (or dual ray, for triangles in convex
position) intersects the boundary of the domain.
There are illustrations in 2D and 3D on Google Image. For example:
https://www.semanticscholar.org/paper/Conforming-restricted-Delaunay-mesh-generation-for-Engwirda/3607169f6d38b2085a582b3b2597515e86d6719d/figure/0
https://www-sop.inria.fr/geometrica/software/cgalmesh/restrictedDT.html
--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, (continued)
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/09/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Mael, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Sebastien Loriot (GeometryFactory), 01/10/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Laurent Rineau (CGAL/GeometryFactory), 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/11/2019
- Re: [cgal-discuss] Mesh_3 -> Triangulation_3, Marc Alexa, 01/09/2019
Archive powered by MHonArc 2.6.18.