From 09ab3822bc29ef723e64a50336507a1e006c4a8d Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Thu, 20 Sep 2012 16:21:08 +0000 Subject: [PATCH] doc details --- Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex | 2 +- Kernel_d/doc_tex/Kernel_d_ref/Epick_d.tex | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex b/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex index 67b0b56ad35..f1aec33956e 100644 --- a/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex +++ b/Kernel_d/doc_tex/Kernel_d/kernel_representation_d.tex @@ -136,7 +136,7 @@ type \ccc{LinearAlgebra}. The kernel \ccc{Epick_d}, short for Exact Predicates Inexact Constructions Kernel is an experimental kernel useful when the dimension of the space is known at compile-time. It uses a Cartesian representation and supports construction of points from \ccc{double} coordinates. It provides exact geometric predicates, but inexact geometric constructions. -Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d::Point_d}, \emph{not} \ccc{Point_d>}. +Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d::Point_d}, {\bf not} \ccc{Point_d>}. \subsection{Naming conventions} diff --git a/Kernel_d/doc_tex/Kernel_d_ref/Epick_d.tex b/Kernel_d/doc_tex/Kernel_d_ref/Epick_d.tex index 917d4b9c918..1d93def4a70 100644 --- a/Kernel_d/doc_tex/Kernel_d_ref/Epick_d.tex +++ b/Kernel_d/doc_tex/Kernel_d_ref/Epick_d.tex @@ -21,6 +21,8 @@ dimension. \ccRefConceptPage{DelaunayTriangulationTraits} \ccSeeAlso +\ccRefIdfierPage{CGAL::Epick_d::Point_d} + \ccRefIdfierPage{CGAL::Cartesian_d} \ccRefIdfierPage{CGAL::Homogeneous_d}