mirror of https://github.com/CGAL/cgal
doc typo
This commit is contained in:
parent
773342f68e
commit
79442d98ee
|
|
@ -13,7 +13,7 @@ while the AABB tree holding the primitive is in use.
|
|||
|
||||
|
||||
\ccParameters
|
||||
\ccc{FaceGraph} is a model of the face graph concept.\\
|
||||
\ccc{FaceGraph} is a CGAL polyhedron.\\
|
||||
\ccc{OneFaceGraphPerTree} is either \ccc{CGAL::Tag_true} or \ccc{CGAL::Tag_false}. In the former case, we guarantee that all the primitives will be from a common \ccc{FaceGraph} and some data
|
||||
will be factorized so that the size of the primitive is reduced. In the latter case, the primitives can be from different graphs and extra storage is required in the primitives. The default is \ccc{CGAL::Tag_true}.\\
|
||||
\ccc{CacheDatum} is either \ccc{CGAL::Tag_true} or \ccc{CGAL::Tag_false}. In the former case, the datum is stored in the primitive, while in the latter it is constructed on the fly to reduce
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ namespace CGAL {
|
|||
*
|
||||
* \cgalModels `AABBPrimitiveWithSharedData`
|
||||
*
|
||||
*\tparam FaceGraph is a \cgal Polyhedron.
|
||||
*\tparam FaceGraph is a \cgal polyhedron.
|
||||
*\tparam VertexPointPMap must be set to `CGAL::Default`
|
||||
* This parameter is useless for the moment and will be useful in an upcoming release of \cgal.
|
||||
*\tparam OneFaceGraphPerTree must be set to `CGAL::Default`
|
||||
|
|
|
|||
Loading…
Reference in New Issue