CGAL 6.1 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::ConstructWeightedCircumcenter_2 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableBinaryFunction
See also
CGAL::Weighted_point_2<Kernel>

Operations

A model of this concept must provide:

Kernel::Point_2 operator() (const Kernel::Weighted_point_2 &p, const Kernel::Weighted_point_2 &q, const Kernel::Weighted_point_2 &s)
 constructs the point which is the center of the smallest orthogonal circle to the input weighted points.
 

Member Function Documentation

◆ operator()()

Kernel::Point_2 Kernel::ConstructWeightedCircumcenter_2::operator() ( const Kernel::Weighted_point_2 &  p,
const Kernel::Weighted_point_2 &  q,
const Kernel::Weighted_point_2 &  s 
)

constructs the point which is the center of the smallest orthogonal circle to the input weighted points.