vertexAttachments
Triangles or tetrahedra attached to vertex
Description
returns the IDs of the triangles or tetrahedra attached to every vertex in the
triangulation V
= vertexAttachments(TR
)TR
. A triangle or tetrahedron ID is the row number
of the corresponding triangle or tetrahedron in the property
TR.ConnectivityList
.
The output v
is an m-by-1 cell array where
m is the number of vertices in TR
. Each
element of V
contains the IDs of the attached triangles or
tetrahedra corresponding to that vertex. The vertices can have a different number of
attached triangles or tetrahedra depending on where they are located in the
triangulation.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013a