mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
182ca2b410
commit
07e99aabe2
|
|
@ -113,7 +113,7 @@ necessarily neighbors in the Delaunay triangulation of $\mathcal{P}
|
||||||
\ccFunction{template < class Dt, class OutputIterator >
|
\ccFunction{template < class Dt, class OutputIterator >
|
||||||
OutputIterator
|
OutputIterator
|
||||||
surface_neighbors_3(const Dt& dt, const typename
|
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::Geom_traits::Vector_3& normal, OutputIterator out, typename
|
||||||
Dt::Face_handle start = typename Dt::Face_handle());} {computes
|
Dt::Face_handle start = typename Dt::Face_handle());} {computes
|
||||||
the surface neighbor coordinates with respect to the points that are
|
the surface neighbor coordinates with respect to the points that are
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue