CGAL 5.2.2 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator > | |
Bounded_side | 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... | |
Bounded_side 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)
.
ForwardIterator | has Kernel_d::Vector_d as value type. |