added missing projection traits in ref manual

This commit is contained in:
Dmitry Anisimov 2021-07-01 11:36:21 +02:00
parent 866280215c
commit 22a08d06b7
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@ coordinates from the namespace `CGAL::Barycentric_coordinates`.
\cgalHasModel
- All models of `Kernel`
- `CGAL::Projection_traits_xy_3<K>`
- `CGAL::Projection_traits_yz_3<K>`
- `CGAL::Projection_traits_xz_3<K>`
*/
class BarycentricTraits_2 {

View File

@ -31,6 +31,7 @@ and predicates defined in `K`.
\cgalModels `ConvexHullTraits_2`
\cgalModels `DelaunayMeshTraits_2`
\cgalModels `AnalyticWeightTraits_2`
\cgalModels `BarycentricTraits_2`
*/
template< typename K >