mirror of https://github.com/CGAL/cgal
41 lines
1.0 KiB
TeX
41 lines
1.0 KiB
TeX
\begin{ccRefClass}{Circular_arc_traits<CircularKernel>}
|
|
|
|
\ccDefinition
|
|
|
|
This class is a traits class for CGAL arrangements, built on top of a model of
|
|
concept \ccc{CircularKernel}.
|
|
It provides curves of type \ccc{CGAL::Circular_arc_2<CircularKernel>}.
|
|
|
|
\ccIsModel
|
|
\ccc{ArrangementTraits_2}
|
|
|
|
\end{ccRefClass}
|
|
\begin{ccRefClass}{Line_arc_traits<CircularKernel>}
|
|
|
|
\ccDefinition
|
|
|
|
This class is a traits class for CGAL arrangements, built on top of a model of
|
|
concept \ccc{CircularKernel}.
|
|
It provides curves of type \ccc{CGAL::Line_arc_2<CircularKernel>}.
|
|
|
|
\ccIsModel
|
|
\ccc{ArrangementTraits_2}
|
|
|
|
\end{ccRefClass}
|
|
\begin{ccRefClass}{Variant_traits<CircularKernel>}
|
|
|
|
\ccDefinition
|
|
|
|
This class is a traits class for CGAL arrangements, built on top of a model of
|
|
concept \ccc{CircularKernel}.
|
|
It provides curves that can be of both types
|
|
\ccc{CGAL::Line_arc_2<CircularKernel>} or
|
|
\ccc{CGAL::Circular_arc_2<CircularKernel>}.
|
|
|
|
It uses the \ccAnchor{http://www.boost.org/doc/html/variant.html}{boost::variant}.
|
|
|
|
\ccIsModel
|
|
\ccc{ArrangementTraits_2}
|
|
|
|
\end{ccRefClass}
|