Updated analysis.tex : mentionned the use of tuples.

This commit is contained in:
Nader Salman 2009-06-17 12:50:53 +00:00
parent 96e2418555
commit 3f5dfefa2c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Function \ccc{CGAL::compute_average_spacing()} computes the average spacing of a
\ccExample
The following example reads a point set in the \ccc{xyz} format and computes the average spacing
The following example reads a point set in the \ccc{xyz} format and computes the average spacing. Index, position and color are stored in a tuple and accessed through property maps.
\ccIncludeExampleCode{Point_set_processing_3/average_spacing_example.cpp}
Note that other functions such as centroid or bounding volumes are found in other \cgal\ components: \\