From 33870c52d7de353e653ee625e12d2b95c6630501 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 17 Apr 2007 16:04:28 +0000 Subject: [PATCH] Spell check. --- .../doc_tex/Principal_component_analysis/PkgDescription.tex | 2 +- .../doc_tex/Principal_component_analysis/intro.tex | 2 +- .../doc_tex/Principal_component_analysis_ref/intro.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Principal_component_analysis/doc_tex/Principal_component_analysis/PkgDescription.tex b/Principal_component_analysis/doc_tex/Principal_component_analysis/PkgDescription.tex index c5527a9b846..f7d52122c08 100644 --- a/Principal_component_analysis/doc_tex/Principal_component_analysis/PkgDescription.tex +++ b/Principal_component_analysis/doc_tex/Principal_component_analysis/PkgDescription.tex @@ -2,7 +2,7 @@ \begin{ccPkgDescription}{Principal Component Analysis\label{Pkg:PrincipalComponentAnalysisD}} \ccPkgHowToCiteCgal{cgal:ap-pcad-07} \ccPkgSummary{ -This package provides functions to compute global informations on the +This package provides functions to compute global information on the shape of a set of 2D or 3D objects such as points. It provides the computation of axis-aligned bounding boxes, centroids of point sets, barycenters of weighted point sets, as well as linear least squares diff --git a/Principal_component_analysis/doc_tex/Principal_component_analysis/intro.tex b/Principal_component_analysis/doc_tex/Principal_component_analysis/intro.tex index 391ecce5c28..338cc8a70fd 100644 --- a/Principal_component_analysis/doc_tex/Principal_component_analysis/intro.tex +++ b/Principal_component_analysis/doc_tex/Principal_component_analysis/intro.tex @@ -1,4 +1,4 @@ -This \cgal\ package provides functions to compute global informations +This \cgal\ package provides functions to compute global information on the shape of a set of 2D or 3D objects such as points. It provides the computation of axis-aligned bounding boxes, centroids of point sets, barycenters of weighted point sets, as well as linear least squares fitting for point sets in 2D, and point sets as well as triangle sets in 3D. The sets are specified by iterator ranges of containers.\\ \section{Definitions} diff --git a/Principal_component_analysis/doc_tex/Principal_component_analysis_ref/intro.tex b/Principal_component_analysis/doc_tex/Principal_component_analysis_ref/intro.tex index f029a724ef8..074623cc3b1 100644 --- a/Principal_component_analysis/doc_tex/Principal_component_analysis_ref/intro.tex +++ b/Principal_component_analysis/doc_tex/Principal_component_analysis_ref/intro.tex @@ -14,7 +14,7 @@ -This \cgal\ package provides functions to compute global informations +This \cgal\ package provides functions to compute global information on the shape of a set of 2D or 3D objects such as points. It provides the computation of axis-aligned bounding boxes for point sets, centroids of point sets and triangle sets in 2D and 3D, barycenters of weighted point sets, as well as linear least squares fitting for point sets in 2D, and point sets and triangle sets in 3D. It assumes the set of kernel primitive elements to be stored into an iterator range of a container.