Syntax
[FLN,CLN,outside,nearside]=delaunayTriangulationONE2D(PLO,CL,[thr])
Input Parameter
PLO : | | 2D Point list in order [p1; p2; p3; .....] |
CL : | | Constraintlist |
thr : | | threshold for testing; default is 1e-7 |
Output Parameter
FLN : | | Facet List = Connectivity List |
CLN : | | Edge List - Constraint List |
outside : | | points of PLO that are outside of edges of the triangle |
nearside : | | points of PLO that are inside near the edges of the triangle |
Examples
delaunayTriangulationONE2D([0 0; 2 2; 2 0; 1 1],[1 2;2 3;3 1])
delaunayTriangulationONE2D([0 0; 2 2; 2 0; 1 1+.1],[1 2;2 3;3 1]) % Distortion
delaunayTriangulationONE2D([0 0; 2 2; 2 0; 1 1+.1],[1 2;2 3;3 1;3 4]) % Condition
Copyright 2020-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth
Last html export of this page out of FM database by TL: 2025-09-21