CGAL 4.8.1 - dD Geometry Kernel
|
Operations | |
template<class ForwardIterator > | |
int | operator() (ForwardIterator first, ForwardIterator last) |
computes the affine rank of the points in A = tuple [first,last) . More... | |
int Kernel_d::Affine_rank_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last | ||
) |
computes the affine rank of the points in A = tuple [first,last)
.
ForwardIterator | is a model of ForwardIterator with Kernel_d::Point_d as value type. |