Construct the equidistant line of 2 or three points
Source:R/geometry_locations.R
equidistant_line.Rd
An equidistant line is a line that at any given point is the same distance to the points that defines it. In 2 dimensions it is equivalent to the bisector of the two points. In 3 dimensions it is defined for 3 points (2 points would give a bisector plane).
See also
Other Locations:
barycenter()
,
bisector()
,
centroid()
,
circumcenter()
,
point()
,
radical()
,
weighted_point()