mirror of https://github.com/CGAL/cgal
doc bug fix (following a question by a user on cgal-discuss)
same as 2d8f2caf54
This commit is contained in:
parent
db584a8465
commit
6c4357eb2f
|
|
@ -64,7 +64,7 @@ The computation may be faster when the boolean is set to \ccc{true}.
|
|||
|
||||
\ccDefinition
|
||||
|
||||
Testing whether two curves intersect.
|
||||
Testing whether two curves or surfaces intersect.
|
||||
|
||||
\ccRefines
|
||||
|
||||
|
|
|
|||
|
|
@ -523,6 +523,9 @@ where \ccStyle{Type1} and \ccStyle{Type2} can both be either
|
|||
\item {} \ccStyle{Circular_arc_2<CircularKernel>}.
|
||||
\end{itemize}
|
||||
|
||||
Note that while for a polygon we consider the enclosed domain, for an
|
||||
object of type \ccStyle{Circle_2} only the curve is considered.
|
||||
|
||||
Depending on the types \ccStyle{Type1} and \ccStyle{Type2}, these
|
||||
elements can be assigned to
|
||||
\begin{itemize}
|
||||
|
|
@ -569,10 +572,14 @@ where \ccStyle{Type1} and \ccStyle{Type2} can both be either:
|
|||
\item {} \ccStyle{Line_3<SphericalKernel>},
|
||||
\item {} \ccStyle{Circle_3<SphericalKernel>},
|
||||
\item {} \ccStyle{Line_arc_3<SphericalKernel>} or
|
||||
\item {} \ccStyle{Circular_arc_3<SphericalKernel>},
|
||||
\item {} \ccStyle{Circular_arc_3<SphericalKernel>}.
|
||||
\end{itemize}
|
||||
|
||||
and depending on the types \ccStyle{Type1} and \ccStyle{Type2}, the computed
|
||||
Note that while for a polygon we consider the enclosed domain, for an
|
||||
object of type \ccStyle{Circle_3} or \ccStyle{Sphere_3} only the curve
|
||||
or the surface is considered.
|
||||
|
||||
Depending on the types \ccStyle{Type1} and \ccStyle{Type2}, the computed
|
||||
\ccStyle{CGAL::Object}s can be assigned to
|
||||
\begin{itemize}
|
||||
\item {} \ccStyle{std::pair<Circular_arc_point_3<SphericalKernel>, unsigned>},
|
||||
|
|
|
|||
Loading…
Reference in New Issue