CGAL 4.7 - dD Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Epick_d< DimensionTag >::Side_of_bounded_sphere_d Struct Reference

#include <CGAL/Epick_d.h>

Definition

Public Member Functions

template<class ForwardIterator >
Bounded_side operator() (ForwardIterator first, ForwardIterator last, const Point_d &p)
 returns the relative position of point p to the sphere defined by A=tuple[first,last). More...
 

Member Function Documentation

template<typename DimensionTag >
template<class ForwardIterator >
Bounded_side CGAL::Epick_d< DimensionTag >::Side_of_bounded_sphere_d::operator() ( ForwardIterator  first,
ForwardIterator  last,
const Point_d p 
)

returns the relative position of point p to 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.

Precondition
A is affinely independant.
Requires:
The value type of ForwardIterator is Epick_d::Point_d.