#include <Concepts/Kernel--Center_of_sphere_d.h>
|
A model of this concept must provide:
|
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...
|
|
◆ operator()()
template<class ForwardIterator >
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)
.
- Precondition
- \(A\) contains \(d+1\) affinely independent points of dimension \(d\).
- Template Parameters
-