Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

farthest point voronoi diagram of 3 points

This is really more of a math question. But given 3 points how do you calculate the farthest point voronoi diagram?

Start by finding circle that passes through all of them and grabbing its center. Not sure where to go from here. It's weird to picture

like image 548
Mark Avatar asked Apr 07 '13 18:04

Mark


People also ask

What is farthest point Voronoi diagram?

What is the farthest-point Voronoi diagram? The farthest-point Voronoi diagram of a finite set of points P (usually called "sites"), is a decomposition of the plain in regions. Each region is characterized by being the geometric location of the points which the farthest site is the site itself.

What is the Voronoi diagram for a set of three points?

 The set with three or more nearest neighbors make up the vertices of the diagram. The points �� are called the sites of the Voronoi diagram. The three bisectors intersect at a point The intersection can be outside the triangle. The point of intersection is center of the circle passing through the three points.

How do I add a site to Voronoi diagram?

Steps to add a site to a Voronoi diagram: Plot the new site on your diagram. Find and plot the perpendicular bisector of the line segment between the two points that are in the same cell. Find and plot the perpendicular bisectors of the line segments joining the new site and any other sites in adjacent cells.

What is a site in a Voronoi diagram?

The standard Voronoi diagram of a set of n given points (called sites) is a subdivision of the plane into n regions, one associated with each site. Each site's region consists of all points in the plane closer to it than to any of the other sites.


1 Answers

Draw the bisectors between each pair of points, from the circle center outward:

furthest point VorDiag!

like image 148
Joseph O'Rourke Avatar answered Sep 28 '22 10:09

Joseph O'Rourke