CGAL 4.6.3 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator > | |
Kernel_d::Point_d | operator() (ForwardIterator first, ForwardIterator last) |
returns the center of the sphere spanned by the points in A = tuple [first,last) . More... | |
Kernel_d::Point_d Kernel_d::Center_of_sphere_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last | ||
) |
returns the center of the sphere spanned by the points in A = tuple [first,last)
.
ForwardIterator
is Kernel_d::Point_d
.