CGAL 5.0.3 - dD Geometry Kernel
|
#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... | |
FT CGAL::Epeck_d< DimensionTag >::Compute_squared_radius_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 passes through all the points of A. The order of the points of A does not matter.
ForwardIterator | has Epeck_d::Point_d as value type. |