mirror of https://github.com/CGAL/cgal
document constructor of Voronoi_intersection_2_traits_3
correct typos
This commit is contained in:
parent
5936156cb1
commit
dbb5bebae2
|
|
@ -31,7 +31,7 @@ interpolation functions.
|
|||
\ccTypedef{typedef Map::key_type Key_type;}{}
|
||||
\ccCreation
|
||||
\ccCreationVariable{data_access} %% choose variable name
|
||||
\ccConstructor{Data_acces(const Map& map);}
|
||||
\ccConstructor{Data_access(const Map& map);}
|
||||
{Introduces a \ccc{Data_access} to the container \ccc{map}.}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -81,8 +81,11 @@
|
|||
\ccGlue
|
||||
\ccTypedef{ typedef Compare_second_projection_3<Point_2> Compare_y_2;}{}
|
||||
|
||||
|
||||
\ccOperations
|
||||
\ccCreation
|
||||
\ccCreationVariable{traits} %% choose variable name
|
||||
\ccConstructor{Voronoi_intersection_2_traits_3(const K::Point_3& point=K::Point_3(), const K::Vector_3& normal=NULL_VECTOR);}
|
||||
{The plane associated to the traits class contains \cc{point} and has as normal vector \cc{normal}.}
|
||||
|
||||
\ccAutoIndexingOff
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ necessarily neighbors in the Delaunay triangulation of $\mathcal{P}
|
|||
\ccFunction{template < class Dt, class OutputIterator,
|
||||
class ITraits>
|
||||
OutputIterator surface_neighbors_3(const Dt& dt,
|
||||
const typename Dt::Geom_traits::Point_2& p, OutputIterator out,
|
||||
const typename ITraits::Point_2& p, OutputIterator out,
|
||||
const ITraits& traits, typename Dt::Cell_handle start = typename
|
||||
Dt::Cell_handle());}
|
||||
%
|
||||
|
|
|
|||
Loading…
Reference in New Issue