Main Content

Delaunay-Triangulierung

Delaunay-Triangulierungen darstellen und mit ihnen interagieren

Eine Delaunay-Triangulierung ist eine Art Triangulierung, die die Anzahl schmaler Dreiecke reduziert und nicht von der Eckpunktsortierung abhängig ist. Sie können eine Delaunay-Triangulierung mit den Funktionen delaunay und delaunayn erstellen oder ein delaunayTriangulation-Objekt erstellen, das Objektfunktionen für die Berechnung geometrischer Mengen besitzt. Sie können die Triangulierung anzeigen und mit STL-Dateien arbeiten, um Triangulierungsdaten zu schreiben.

Funktionen

alle erweitern

delaunayDelaunay triangulation
delaunaynN-D Delaunay triangulation
delaunayTriangulationDelaunay triangulation in 2-D and 3-D
convexHullConvex hull of Delaunay triangulation
isInterior Query points inside Delaunay triangulation
voronoiDiagramVoronoi diagram of Delaunay triangulation
barycentricToCartesianConvert coordinates from barycentric to Cartesian
cartesianToBarycentricConvert coordinates from Cartesian to barycentric
circumcenterCircumcenter of triangle or tetrahedron
edgeAttachmentsTriangles or tetrahedra attached to specified edge
edgesTriangulation edges
faceNormalTriangulation unit normal vectors
featureEdgesSharp edges of surface triangulation
freeBoundaryFree boundary facets
incenterIncenter of triangulation elements
isConnectedTest if two vertices are connected by an edge
nearestNeighborVertex closest to specified point
neighborsTriangle or tetrahedron neighbors
pointLocationTriangle or tetrahedron enclosing point
sizeSize of triangulation connectivity list
vertexAttachmentsTriangles or tetrahedra attached to vertex
vertexNormalTriangulation vertex normal
boundaryshapeCreate polyshape from 2-D triangulation
stlwriteCreate STL file from triangulation
tetrameshTetrahedron mesh plot
trimeshTriangular mesh plot
triplot2-D triangular plot
trisurfTriangular surface plot

Themen