Update Point_set_3 doc

This commit is contained in:
Simon Giraudot 2017-01-27 18:15:43 +01:00
parent 0d7c6fe185
commit 9a8318e24c
1 changed files with 3 additions and 2 deletions

View File

@ -57,8 +57,9 @@ Input functions instanciate all the necessary property maps:
- if found in the input, normal vectors are stored in the usual
`CGAL::Point_set_3` property `normal` with template type `Vector`
- for PLY input only, other properties are stored as properties in the
`Point_set_3` class with the name and type given by the PLY header
- for PLY and LAS input, other properties are stored as properties in
the `CGAL::Point_set_3` class with the name and type given by the PLY
header or by the LAS standard.
For a complete documentation of these functions, please refer to the
\ref PkgPointSetProcessing manual.