This commit is contained in:
Sébastien Loriot 2010-10-29 09:48:50 +00:00
parent 182ca2b410
commit 07e99aabe2
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ necessarily neighbors in the Delaunay triangulation of $\mathcal{P}
\ccFunction{template < class Dt, class OutputIterator >
OutputIterator
surface_neighbors_3(const Dt& dt, const typename
Dt::Geom_traits::Point_2& p, const typename
Dt::Geom_traits::Point_3& p, const typename
Dt::Geom_traits::Vector_3& normal, OutputIterator out, typename
Dt::Face_handle start = typename Dt::Face_handle());} {computes
the surface neighbor coordinates with respect to the points that are