mirror of https://github.com/CGAL/cgal
Update Point_set_3 doc
This commit is contained in:
parent
0d7c6fe185
commit
9a8318e24c
|
|
@ -57,8 +57,9 @@ Input functions instanciate all the necessary property maps:
|
||||||
- if found in the input, normal vectors are stored in the usual
|
- if found in the input, normal vectors are stored in the usual
|
||||||
`CGAL::Point_set_3` property `normal` with template type `Vector`
|
`CGAL::Point_set_3` property `normal` with template type `Vector`
|
||||||
|
|
||||||
- for PLY input only, other properties are stored as properties in the
|
- for PLY and LAS input, other properties are stored as properties in
|
||||||
`Point_set_3` class with the name and type given by the PLY header
|
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
|
For a complete documentation of these functions, please refer to the
|
||||||
\ref PkgPointSetProcessing manual.
|
\ref PkgPointSetProcessing manual.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue