add missing file

This commit is contained in:
Olivier Devillers 2011-05-05 14:23:37 +00:00
parent afeefd70ab
commit 7c3fdd91b4
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1716,6 +1716,7 @@ Kernel_23/include/CGAL/internal/Projection_traits_3.h -text
Kernel_23/test/Kernel_23/CMakeLists.txt -text
Kernel_d/doc_tex/Kernel_d/hypercube.png -text
Kernel_d/doc_tex/Kernel_d_ref/Kernel_Compute_coordinate_d.tex -text
Kernel_d/doc_tex/Kernel_d_ref/Kernel_Less_coordinate_d.tex -text
Kernel_d/include/CGAL/Kernel_d/Cartesian_const_iterator_d.h -text
Kernel_d/test/Kernel_d/Linear_algebra-test.cmd eol=lf
Kinetic_data_structures/demo/Kinetic_data_structures/data/after002 -text

View File

@ -0,0 +1,13 @@
\begin{ccRefFunctionObjectConcept}{Kernel::Less_coordinate_d}
A model for this must provide:
\ccCreationVariable{fo}
\ccMemberFunction{ bool operator()(const Kernel::Point_d&
p,const Kernel::Point_d&
q, int i);} {returns \ccc{true} iff the $i$th cartesian coordinate
of \ccc{p} is
smaller than the $i$th cartesian coordinate of \ccc{q}. \ccPrecond \ccc{p} and \ccc{q} have
the same dimension.}
\end{ccRefFunctionObjectConcept}