mirror of https://github.com/CGAL/cgal
beginner's mistake back from vacation, I forgot svn add yesterday...
This commit is contained in:
parent
dd41e4f2cf
commit
072093c571
|
|
@ -0,0 +1,18 @@
|
|||
\begin{ccRefFunction}{intersection}
|
||||
|
||||
\ccFunction{template < class OutputIterator >
|
||||
OutputIterator
|
||||
intersection(Type1<SphericalKernel> obj1, Type2<SphericalKernel> obj2,
|
||||
OutputIterator result);}
|
||||
{Calls the operator() of \ccc{SphericalKernel::Intersect_3.}}
|
||||
|
||||
\end{ccRefFunction}
|
||||
\begin{ccRefFunction}{do_intersect}
|
||||
|
||||
\ccFunction{template < class OutputIterator >
|
||||
OutputIterator
|
||||
do_intersect(Type1<SphericalKernel> obj1, Type2<SphericalKernel> obj2,
|
||||
OutputIterator result);}
|
||||
{Calls the operator() of \ccc{SphericalKernel::DoIntersect_3.}}
|
||||
|
||||
\end{ccRefFunction}
|
||||
Loading…
Reference in New Issue