Voronoi diagram
voronoi(
plots the bounded cells of the Voronoi diagram for the 2-D points in vectors x
,y
)x
and
y
.
voronoi(
uses the TO
)delaunayTriangulation
object
TO
to plot the Voronoi diagram.
returns a graphics array of two line object handles representing the points and
edges of the diagram.h
= voronoi(___)