Compute the Voronoi diagram of the set of points {h0, 0i,h4, 5i,h3, 1i}. That is, compute:
• the set of points y ∈ R2
that are closer to h0, 0i than h4, 5i or h3, 1i under Euclidean distance;
• the set of points y ∈ R2
that are closer to h4, 5i than h0, 0i or h3, 1i under Euclidean distance; and
• the set of points y ∈ R2
that are closer to h3, 1i than h0, 0i or h4, 5i under Euclidean distance.