CGAL::contained_in_affine_hull

#include <CGAL/predicates_d.h>

template <class ForwardIterator>
bool
contained_in_affine_hull ( ForwardIterator first,
ForwardIterator last,
Point_d<R> p)
determines whether p is contained in the affine hull of the points in A = tuple [first,last).
Precondition: The objects in A are of the same dimension.
Requirement: The value type of ForwardIterator is Point_d<R>.