mirror of https://github.com/CGAL/cgal
Updated analysis.tex : mentionned the use of tuples.
This commit is contained in:
parent
96e2418555
commit
3f5dfefa2c
|
|
@ -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: \\
|
||||
|
|
|
|||
Loading…
Reference in New Issue