CGAL::affinely_independent

#include <CGAL/predicates_d.h>

template <class ForwardIterator>
bool affinely_independent ( ForwardIterator first, ForwardIterator last)
returns true iff the points in A = tuple [first,last) are affinely independent.
Precondition: The objects are of the same dimension.
Requirement: The value type of ForwardIterator is Point_d<R>