CGAL 5.1 - 2D and 3D Linear Geometry Kernel

Functions

template<typename Kernel >
CGAL::Line_3< KernelCGAL::equidistant_line (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const CGAL::Point_3< Kernel > &r)
 constructs the line which is at the same distance from the three points p, q and r. More...
 

Function Documentation

◆ equidistant_line()

template<typename Kernel >
CGAL::Line_3<Kernel> CGAL::equidistant_line ( const CGAL::Point_3< Kernel > &  p,
const CGAL::Point_3< Kernel > &  q,
const CGAL::Point_3< Kernel > &  r 
)

#include <CGAL/Kernel/global_functions.h>

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.