CGAL 5.6.1 - dD Geometry Kernel
Kernel_d::Contained_in_linear_hull_d Concept Reference

Definition

Operations

A model of this concept must provide:

template<class ForwardIterator >
bool operator() (ForwardIterator first, ForwardIterator last, const Kernel_d::Vector_d &v)
 determines whether \( v\) is contained in the linear hull of the vectors in A = tuple [first,last). More...
 

Member Function Documentation

◆ operator()()

template<class ForwardIterator >
bool Kernel_d::Contained_in_linear_hull_d::operator() ( ForwardIterator  first,
ForwardIterator  last,
const Kernel_d::Vector_d v 
)

determines whether \( v\) is contained in the linear hull of the vectors in A = tuple [first,last).

Precondition
The objects are of the same dimension.
Template Parameters
ForwardIteratorhas Kernel_d::Vector_d as value type.