mirror of https://github.com/CGAL/cgal
backquote \hasModel
This commit is contained in:
parent
7cd5189e8e
commit
82dbdee593
|
|
@ -5,9 +5,9 @@
|
|||
Requirements of the traits class to be used with the
|
||||
class `Convex_hull_d`.
|
||||
|
||||
\hasModel CGAL::Cartesian_d<FT,LA>
|
||||
\hasModel CGAL::Homogeneous_d<RT,LA>
|
||||
\hasModel CGAL::Convex_hull_d_traits_3<R>
|
||||
\hasModel `CGAL::Cartesian_d<FT,LA>`
|
||||
\hasModel `CGAL::Homogeneous_d<RT,LA>`
|
||||
\hasModel `CGAL::Convex_hull_d_traits_3<R>`
|
||||
|
||||
*/
|
||||
class ConvexHullTraits_d {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
Requirements of the second traits class to be used with the
|
||||
class `Delaunay_d`.
|
||||
|
||||
\hasModel CGAL::Cartesian_d<FT,LA>
|
||||
\hasModel CGAL::Homogeneous_d<RT,LA>
|
||||
\hasModel `CGAL::Cartesian_d<FT,LA>`
|
||||
\hasModel `CGAL::Homogeneous_d<RT,LA>`
|
||||
|
||||
*/
|
||||
class DelaunayLiftedTraits_d {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
Requirements of the first traits class to be used with the
|
||||
class `Delaunay_d`.
|
||||
|
||||
\hasModel CGAL::Cartesian_d<FT,LA>
|
||||
\hasModel CGAL::Homogeneous_d<RT,LA>
|
||||
\hasModel `CGAL::Cartesian_d<FT,LA>`
|
||||
\hasModel `CGAL::Homogeneous_d<RT,LA>`
|
||||
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue