CGAL 5.6.1 - 2D and 3D Linear Geometry Kernel
Kernel::ConstructEquidistantLine_3 Concept Reference

Definition

Operations

A model of this concept must provide:

Kernel::Line_3 operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r)
 constructs the line which is at the same distance from the three points p, q and r. More...
 

Member Function Documentation

◆ operator()()

Kernel::Line_3 Kernel::ConstructEquidistantLine_3::operator() ( const Kernel::Point_3 p,
const Kernel::Point_3 q,
const Kernel::Point_3 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.