mirror of https://github.com/CGAL/cgal
Spell check.
This commit is contained in:
parent
b2f7453776
commit
33870c52d7
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue