CGAL 5.2.2 - dD Geometry Kernel
|
#include <CGAL/Epick_d.h>
Public Member Functions | |
template<class ForwardIterator > | |
Weighted_point_d | operator() (ForwardIterator first, ForwardIterator last) |
returns a weighted point on the affine hull of the weighted points of A=tuple[first,last) at power distance 0 of each of them. More... | |
Weighted_point_d CGAL::Epick_d< DimensionTag >::Construct_power_sphere_d::operator() | ( | ForwardIterator | first, |
ForwardIterator | last | ||
) |
returns a weighted point on the affine hull of the weighted points of A=tuple[first,last)
at power distance 0 of each of them.
In other words, this returns the smallest sphere orthogonal to the spheres of A.
ForwardIterator | has Epick_d::Weighted_point_d as value type. |