CGAL 5.2.2 - dD Geometry Kernel
|
#include <CGAL/Epick_d.h>
Public Member Functions | |
template<typename ForwardIterator > | |
Point_d | operator() (ForwardIterator first, ForwardIterator last) |
returns the center of the sphere defined by A=tuple[first,last) . More... | |
Point_d CGAL::Epick_d< DimensionTag >::Construct_circumcenter_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last | ||
) |
returns the center 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 Epick_d::Point_d as value type. |