CGAL 5.0.3 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator > | |
Bounded_side | operator() (ForwardIterator first, ForwardIterator last, const Kernel_d::Point_d &p) |
determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last) . More... | |
Bounded_side Kernel_d::Contained_in_affine_hull_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last, | ||
const Kernel_d::Point_d & | p | ||
) |
determines whether \( p\) is contained in the affine hull of the points in A = tuple [first,last)
.
ForwardIterator | has Kernel_d::Point_d as value type. |