CGAL 5.6.1 - dD Geometry Kernel
CGAL::Epeck_d< DimensionTag >::Compute_squared_radius_smallest_orthogonal_sphere_d Class Reference

#include <CGAL/Epeck_d.h>

Public Member Functions

template<class ForwardIterator >
FT operator() (ForwardIterator first, ForwardIterator last)
 returns the radius of the sphere defined by A=tuple[first,last). More...
 

Member Function Documentation

◆ operator()()

template<typename DimensionTag >
template<class ForwardIterator >
FT CGAL::Epeck_d< DimensionTag >::Compute_squared_radius_smallest_orthogonal_sphere_d::operator() ( ForwardIterator  first,
ForwardIterator  last 
)

returns the radius of the sphere defined by A=tuple[first,last).

The sphere is centered in the affine hull of A and orthogonal to all the spheres of A. The order of the points of A does not matter.

Precondition
A is affinely independent.
Template Parameters
ForwardIteratorhas Epeck_d::Weighted_point_d as value type.