mirror of https://github.com/CGAL/cgal
fixed return type
This commit is contained in:
parent
728aed762b
commit
f6ee5a27ce
|
|
@ -3,7 +3,7 @@ A model for this must provide:
|
|||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
\ccMemberFunction{Bounded_side operator()(const Kernel::Point_3&p,
|
||||
\ccMemberFunction{Oriented_side operator()(const Kernel::Point_3&p,
|
||||
const Kernel::Point_3&q,
|
||||
const Kernel::Point_3&r,
|
||||
const Kernel::Point_3&s,
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ also makes all \cgal\ classes very uniform. They {\bf always} consist of:
|
|||
\end{enumerate}
|
||||
|
||||
\section{Kernel as a Traits Class}
|
||||
Algorithms and data structures in the basic library of CGAL are parameterized
|
||||
Algorithms and data structures in the basic library of \cgal\ are parameterized
|
||||
by a traits class that subsumes the objects on which the algorithm or data
|
||||
structure operates as well as the operations to do so. For most of the
|
||||
algorithms and data structures in the basic library you can use a kernel
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ A model for this must provide:
|
|||
|
||||
\ccCreationVariable{fo}
|
||||
|
||||
\ccMemberFunction{Bounded_side operator()(const Kernel::Point_3&p,
|
||||
\ccMemberFunction{Oriented_side operator()(const Kernel::Point_3&p,
|
||||
const Kernel::Point_3&q,
|
||||
const Kernel::Point_3&r,
|
||||
const Kernel::Point_3&s,
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ also makes all \cgal\ classes very uniform. They {\bf always} consist of:
|
|||
\end{enumerate}
|
||||
|
||||
\section{Kernel as a Traits Class}
|
||||
Algorithms and data structures in the basic library of CGAL are parameterized
|
||||
Algorithms and data structures in the basic library of \cgal\ are parameterized
|
||||
by a traits class that subsumes the objects on which the algorithm or data
|
||||
structure operates as well as the operations to do so. For most of the
|
||||
algorithms and data structures in the basic library you can use a kernel
|
||||
|
|
|
|||
Loading…
Reference in New Issue