Kernel::Contained_in_affine_hull_d

A model for this must provide:

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