CGAL::equidistant_line

Line_3<Kernel> equidistant_line ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r)
constructs the line which is at the same distance from the three points p, q and r.
Precondition: p, q and r are not collinear.