CGAL 5.3 - dD Geometry Kernel
Kernel_d::Affinely_independent_d Concept Reference

Definition

Operations

A model of this concept must provide:

template<class ForwardIterator >
bool operator() (ForwardIterator first, ForwardIterator last)
 returns true iff the points in A = tuple [first,last) are affinely independent. More...
 

Member Function Documentation

◆ operator()()

template<class ForwardIterator >
bool Kernel_d::Affinely_independent_d::operator() ( 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.
Template Parameters
ForwardIteratorhas Kernel_d::Point_d as value type.