BWAPI
|
Go to the source code of this file.
Functions | |
template<class R > | |
CGAL_BEGIN_NAMESPACE Point_d< R > | lift_to_paraboloid (const Point_d< R > &p) |
template<class R > | |
Point_d< R > | project_along_d_axis (const Point_d< R > &p) |
template<class R > | |
Point_d< R > | midpoint (const Point_d< R > &p, const Point_d< R > &q) |
template<class R , class Forward_iterator > | |
Point_d< R > | center_of_sphere (Forward_iterator start, Forward_iterator end) |
template<class R > | |
R::FT | squared_distance (const Point_d< R > &p, const Point_d< R > &q) |
template<class ForwardIterator , class OutputIterator > | |
OutputIterator | linear_base (ForwardIterator first, ForwardIterator last, OutputIterator result) |
Point_d<R> center_of_sphere | ( | Forward_iterator | start, |
Forward_iterator | end | ||
) |
CGAL_BEGIN_NAMESPACE Point_d<R> lift_to_paraboloid | ( | const Point_d< R > & | p | ) |
OutputIterator linear_base | ( | ForwardIterator | first, |
ForwardIterator | last, | ||
OutputIterator | result | ||
) |
Point_d<R> project_along_d_axis | ( | const Point_d< R > & | p | ) |
R::FT squared_distance | ( | const Point_d< R > & | p, |
const Point_d< R > & | q | ||
) |