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

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableBinaryFunction
See also
CGAL::Weighted_point_3<Kernel>

Operations

A model of this concept must provide:

Kernel::Point_3 operator() (const Kernel::Weighted_point_3 &p, const Kernel::Weighted_point_3 &q, const Kernel::Weighted_point_3 &r, const Kernel::Weighted_point_3 &s)
 constructs the point which is the center of the smallest orthogonal sphere to the input weighted points.
 
Kernel::Point_3 operator() (const Kernel::Weighted_point_3 &p, const Kernel::Weighted_point_3 &q, const Kernel::Weighted_point_3 &r)
 constructs the point which is the center of the smallest orthogonal sphere to the input weighted points.
 
Kernel::Point_3 operator() (const Kernel::Weighted_point_3 &p, const Kernel::Weighted_point_3 &q)
 constructs the point which is the center of the smallest orthogonal sphere to the input weighted points.
 

Member Function Documentation

◆ operator()() [1/3]

Kernel::Point_3 Kernel::ConstructWeightedCircumcenter_3::operator() ( const Kernel::Weighted_point_3 &  p,
const Kernel::Weighted_point_3 &  q 
)

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

◆ operator()() [2/3]

Kernel::Point_3 Kernel::ConstructWeightedCircumcenter_3::operator() ( const Kernel::Weighted_point_3 &  p,
const Kernel::Weighted_point_3 &  q,
const Kernel::Weighted_point_3 &  r 
)

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

◆ operator()() [3/3]

Kernel::Point_3 Kernel::ConstructWeightedCircumcenter_3::operator() ( const Kernel::Weighted_point_3 &  p,
const Kernel::Weighted_point_3 &  q,
const Kernel::Weighted_point_3 &  r,
const Kernel::Weighted_point_3 &  s 
)

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