Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL::center_of_sphere
#include <
CGAL/constructions_d.h
>
template <class ForwardIterator>
Point_d
<R>
center_of_sphere
(
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
.
Requirement:
The value type of
ForwardIterator
is
Point_d
<R>
.
Next:
compare_lexicographically
Navigation:
Up
,
Table of Contents
,
Short Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
CGAL Open Source Project
. Release 3.2.1. 13 July 2006.