\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.7 - dD Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kernel_d::Center_of_sphere_d Concept Reference

Definition

Operations

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...
 

Member Function Documentation

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\).
Requires:
The value type of ForwardIterator is Kernel_d::Point_d.