diff --git a/Kernel_23/doc_tex/Kernel_23_ref/Kernel.tex b/Kernel_23/doc_tex/Kernel_23_ref/Kernel.tex index 2ef50793293..4aabf4aa8df 100644 --- a/Kernel_23/doc_tex/Kernel_23_ref/Kernel.tex +++ b/Kernel_23/doc_tex/Kernel_23_ref/Kernel.tex @@ -32,21 +32,22 @@ especially for equality testing. The following types describe the return types of predicates. They typically map to \ccc{bool} and CGAL kernel enum types, except when an interval arithmetic -number type is used such as within the filtering kernels. +number type is used such as within the filtering kernels, in which case it is +\ccc{Uncertain} or similar. -\ccNestedType{Bool_type}{typically \ccc{bool}} +\ccNestedType{Bool_type}{\ccc{bool} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Sign}{typically \ccc{CGAL::Sign}} +\ccNestedType{Sign}{\ccc{CGAL::Sign} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Comparison_result}{typically \ccc{CGAL::Comparison_result}} +\ccNestedType{Comparison_result}{\ccc{CGAL::Comparison_result} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Orientation}{typically \ccc{CGAL::Orientation}} +\ccNestedType{Orientation}{\ccc{CGAL::Orientation} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Oriented_side}{typically \ccc{CGAL::Oriented_side}} +\ccNestedType{Oriented_side}{\ccc{CGAL::Oriented_side} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Bounded_side}{typically \ccc{CGAL::Bounded_side}} +\ccNestedType{Bounded_side}{\ccc{CGAL::Bounded_side} or \ccc{Uncertain}} \ccGlue -\ccNestedType{Angle}{typically \ccc{CGAL::Angle}} +\ccNestedType{Angle}{\ccc{CGAL::Angle} or \ccc{Uncertain}} \ccHeading{Two-dimensional Kernel}