| 
    CGAL 4.7 - dD Geometry Kernel 
   | 
 
Operations | |
| template<class ForwardIterator > | |
| Bounded_side | operator() (ForwardIterator first, ForwardIterator last, const Kernel_d::Point_d &p) | 
returns the relative position of point p to the sphere defined by A = tuple [first,last).  More... | |
| Bounded_side Kernel_d::Side_of_bounded_sphere_d::operator() | ( | ForwardIterator | first, | 
| ForwardIterator | last, | ||
| const Kernel_d::Point_d & | p | ||
| ) | 
returns the relative position of point p to the sphere defined by A = tuple [first,last). 
The order of the points of \( A\) does not matter.
orientation(first,last) is not ZERO. ForwardIterator is Kernel_d::Point_d.