CGAL 4.14 - 2D and 3D Linear Geometry Kernel
|
Functions | |
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) |
constructs the line which is at the same distance from the three points p , q and r . More... | |
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
.
p
, q
and r
are not collinear.