Test if two vertices are connected by an edge
returns a TF
= isConnected(TR
,startID
,endID
)logical
column vector whose elements are 1
(true
) when the specified starting and ending pairs of
vertices are connected by an edge. startID
and
endID
specify edges by their starting and ending points,
where each point is represented by its row number in TR.Points
.
The return value ID
identifies triangles by their identification
numbers.
delaunayTriangulation
| edgeAttachments
| edges
| triangulation