mirror of https://github.com/CGAL/cgal
added missing projection traits in ref manual
This commit is contained in:
parent
866280215c
commit
22a08d06b7
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ and predicates defined in `K`.
|
|||
\cgalModels `ConvexHullTraits_2`
|
||||
\cgalModels `DelaunayMeshTraits_2`
|
||||
\cgalModels `AnalyticWeightTraits_2`
|
||||
\cgalModels `BarycentricTraits_2`
|
||||
|
||||
*/
|
||||
template< typename K >
|
||||
|
|
|
|||
Loading…
Reference in New Issue