From d8ddadd9250801baa9beea2a0173dfc5d6548dd1 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Fri, 9 Feb 2007 13:38:48 +0000 Subject: [PATCH] remove more references to the Support Library --- HalfedgeDS/doc_tex/HalfedgeDS/main.tex | 4 ++-- Kernel_23/doc_tex/Kernel_23/introduction.tex | 5 +---- Kernel_d/doc_tex/Kernel_d/introduction_d.tex | 3 +-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/HalfedgeDS/doc_tex/HalfedgeDS/main.tex b/HalfedgeDS/doc_tex/HalfedgeDS/main.tex index d5b15f93176..a9e69204650 100644 --- a/HalfedgeDS/doc_tex/HalfedgeDS/main.tex +++ b/HalfedgeDS/doc_tex/HalfedgeDS/main.tex @@ -192,8 +192,8 @@ provided underneath. It renames face to facet, which is more common for three-dimensional surfaces. The interface is designed to protect the integrity of the internal representation, the handles stored in the items can no longer directly be written by the user. The -polyhedron adds the convenient and efficient circulators, see the -Support Library Manuals, for accessing the circular sequence of edges +polyhedron adds the convenient and efficient circulators, see +\ccc{Circulator}, for accessing the circular sequence of edges around a vertex or around a facet. To achieve this, the \ccc{Polyhedron_3} derives new vertices, halfedges and facets from those provided in \ccc{Items}. These new items are those actually used in diff --git a/Kernel_23/doc_tex/Kernel_23/introduction.tex b/Kernel_23/doc_tex/Kernel_23/introduction.tex index 4cd75177341..2813b73a430 100644 --- a/Kernel_23/doc_tex/Kernel_23/introduction.tex +++ b/Kernel_23/doc_tex/Kernel_23/introduction.tex @@ -46,8 +46,5 @@ arithmetic and implementations guaranteeing exact computation and exact results. Of course you have to pay for the exactness in terms of execution time and storage space. -See the section on number types in the Support Library +See the dedicated chapter for more details on number types and their capabilities and performance. - - - diff --git a/Kernel_d/doc_tex/Kernel_d/introduction_d.tex b/Kernel_d/doc_tex/Kernel_d/introduction_d.tex index 733c615e8d6..6c14f9ec808 100644 --- a/Kernel_d/doc_tex/Kernel_d/introduction_d.tex +++ b/Kernel_d/doc_tex/Kernel_d/introduction_d.tex @@ -41,8 +41,7 @@ choice can be easily changed, e.g.\ for testing. So you can choose between implementations with fast but occasionally inexact arithmetic and implementations guaranteeing exact computation and exact results. Of course you have to pay for the exactness in terms of execution time -and storage space. See the section on number types in the -\ccAnchor{./support/contents.html}{Support Library} for more details +and storage space. See the dedicated chapter for more details on number types and their capabilities and performance. \subsection{Genericity}