mirror of https://github.com/CGAL/cgal
doc details
This commit is contained in:
parent
f90ce73f63
commit
09ab3822bc
|
|
@ -136,7 +136,7 @@ type \ccc{LinearAlgebra}.
|
||||||
|
|
||||||
The kernel \ccc{Epick_d<dimension>}, short for Exact Predicates Inexact Constructions Kernel is an experimental kernel useful when the dimension of the space is known at compile-time. It uses a Cartesian representation and supports construction of points from \ccc{double} coordinates. It provides exact geometric predicates, but inexact geometric constructions.
|
The kernel \ccc{Epick_d<dimension>}, short for Exact Predicates Inexact Constructions Kernel is an experimental kernel useful when the dimension of the space is known at compile-time. It uses a Cartesian representation and supports construction of points from \ccc{double} coordinates. It provides exact geometric predicates, but inexact geometric constructions.
|
||||||
|
|
||||||
Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d<dimension>::Point_d}, \emph{not} \ccc{Point_d<Epick_d<dimension>>}.
|
Note that it is a rather strict model of the \ccc{Kernel_d} concept. The type of a point is \ccc{Epick_d<dimension>::Point_d}, {\bf not} \ccc{Point_d<Epick_d<dimension>>}.
|
||||||
|
|
||||||
\subsection{Naming conventions}
|
\subsection{Naming conventions}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@ dimension.
|
||||||
\ccRefConceptPage{DelaunayTriangulationTraits}
|
\ccRefConceptPage{DelaunayTriangulationTraits}
|
||||||
|
|
||||||
\ccSeeAlso
|
\ccSeeAlso
|
||||||
|
\ccRefIdfierPage{CGAL::Epick_d<dimension>::Point_d}
|
||||||
|
|
||||||
\ccRefIdfierPage{CGAL::Cartesian_d<FieldNumberType>}
|
\ccRefIdfierPage{CGAL::Cartesian_d<FieldNumberType>}
|
||||||
|
|
||||||
\ccRefIdfierPage{CGAL::Homogeneous_d<RingNumberType>}
|
\ccRefIdfierPage{CGAL::Homogeneous_d<RingNumberType>}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue