mirror of https://github.com/CGAL/cgal
CGAL:: removed in refines CGAL::Kernel
This commit is contained in:
parent
6b15646742
commit
41a5fd65d7
|
|
@ -3,7 +3,7 @@
|
|||
\ccDefinition
|
||||
|
||||
The geometric kernel parameter of \ccc{CGAL::Circular_kernel} is
|
||||
supposed to be a model of the \textit{(two-dimensional)}\ccc{Kernel}
|
||||
supposed to be a model of the \textit{(two-dimensional)} \ccc{Kernel}
|
||||
concept, so that the circular kernel provides all functionalities of a
|
||||
CGAL kernel.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Testing equality between objects.
|
|||
|
||||
\ccRefines
|
||||
|
||||
\ccc{CGAL::Kernel::Equal_2}
|
||||
\ccc{Kernel::Equal_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
\ccRefines
|
||||
|
||||
\ccc{CGAL::Kernel::CompareX_2}
|
||||
\ccc{Kernel::CompareX_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ An object \ccVar\ of this type must provide in addition:
|
|||
|
||||
\ccRefines
|
||||
|
||||
\ccc{CGAL::Kernel::CompareY_2}
|
||||
\ccc{Kernel::CompareY_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ An object \ccVar\ of this type must provide in addition:
|
|||
|
||||
\ccRefines
|
||||
|
||||
\ccc{CGAL::Kernel::CompareXY_2}
|
||||
\ccc{Kernel::CompareXY_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ To compute intersections of objects.
|
|||
|
||||
\ccRefines
|
||||
|
||||
\ccc{CGAL::Kernel::Intersect_2}
|
||||
\ccc{Kernel::Intersect_2}
|
||||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue