From 5bec2f0e6b8e2c4e9ceff2ff6cc88a43ccf2fd2b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 8 Jul 2008 14:14:44 +0000 Subject: [PATCH] Document the fact that we don't use the Plane of the kernel but a triple of points so that it works with the inexact_constructions_kernel --- .../doc_tex/Convex_hull_3_ref/Convex_hull_traits_3.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Convex_hull_3/doc_tex/Convex_hull_3_ref/Convex_hull_traits_3.tex b/Convex_hull_3/doc_tex/Convex_hull_3_ref/Convex_hull_traits_3.tex index 69a73f5df2e..b37a55cd250 100644 --- a/Convex_hull_3/doc_tex/Convex_hull_3_ref/Convex_hull_traits_3.tex +++ b/Convex_hull_3/doc_tex/Convex_hull_3_ref/Convex_hull_traits_3.tex @@ -37,7 +37,7 @@ function. \ccGlue \ccTypedef{typedef R::Triangle_3 Triangle_3;}{} \ccGlue -\ccTypedef{typedef R::Plane_3 Plane_3;}{} +\ccNestedType{Plane_3;}{A triple of points, in order to avoid the need for exact constructions.} \ccGlue \ccTypedef{typedef R::Vector_3 Vector_3;}{} \ccGlue