mirror of https://github.com/CGAL/cgal
Add documentation that Projection_traits_xy_3 is a model of
DelaunayMeshTraits_2
This commit is contained in:
parent
b4c3b341ba
commit
3ee271ea18
|
|
@ -35,7 +35,8 @@ of the concepts \ccc{PolygonTraits_2} and \ccc{ConvexHullTraits_2}.
|
|||
\ccRefConceptPage{DelaunayTriangulationTraits_2} \\
|
||||
\ccRefConceptPage{ConstrainedTriangulationTraits_2} \\
|
||||
\ccRefConceptPage{PolygonTraits_2} \\
|
||||
\ccRefConceptPage{ConvexHullTraits_2}
|
||||
\ccRefConceptPage{ConvexHullTraits_2} \\
|
||||
\ccRefConceptPage{DelaunayMeshTraits_2}
|
||||
|
||||
\ccTypes
|
||||
|
||||
|
|
|
|||
|
|
@ -61,7 +61,8 @@ points on constrained edges.
|
|||
\ccMethod{Angle_2 angle_2_object();}{}
|
||||
|
||||
\ccHasModels
|
||||
Any model of \ccc{Kernel} concept. In particular, all \cgal\ kernels.
|
||||
Any model of \ccc{Kernel} concept. In particular, all \cgal\ kernels.\\
|
||||
\ccc{Projection_traits_xy_3<K>}
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ object \ccc{Construct_circumcenter_2}.
|
|||
\ccMethod{Compute_area_2 compute_area_2_object();}{}
|
||||
|
||||
\ccHasModels
|
||||
Any model of the \ccc{Kernel} concept. In particular, all \cgal\ kernels.
|
||||
Any model of the \ccc{Kernel} concept. In particular, all \cgal\ kernels.\\
|
||||
\ccc{Projection_traits_xy_3<K>}
|
||||
|
||||
\end{ccRefConcept}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue