Main Content
voronoiDiagram
Voronoi diagram of Delaunay triangulation
Description
[
returns the Voronoi vertices V
,r
] =
voronoiDiagram(DT
)V
and the Voronoi regions
r
of the points in a Delaunay triangulation. Each region in
r
represents the points surrounding a triangulation vertex
that are closer to that vertex than any other vertex in the triangulation. The
collection of Voronoi regions make up a Voronoi diagram.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2013a