mirror of https://github.com/CGAL/cgal
AABB tree (user manual): fix compilation issue.
This commit is contained in:
parent
8b8cf8132a
commit
b30d94df7c
|
|
@ -27,13 +27,17 @@ The template parameter \ccc{Traits} stands for a traits class which must be a mo
|
|||
|
||||
\ccTypes
|
||||
|
||||
\ccTypedef{typedef Traits::FT FT;}{Field number type.}
|
||||
\ccTypedef{typedef Traits::FT FT;}
|
||||
{Field number type.}
|
||||
\ccGlue
|
||||
\ccTypedef{typedef Traits::Point_3 Point;}{Type of 3D point.}
|
||||
\ccTypedef{typedef Traits::Point_3 Point;}
|
||||
{Type of 3D point.}
|
||||
\ccGlue
|
||||
\ccTypedef{Primitive}{Type of input primitives.}
|
||||
\ccTypedef{Primitive}
|
||||
{Type of input primitives.}
|
||||
\ccGlue
|
||||
\ccTypedef{Point_and_primitive;}{A pair composed of a Point and a Primitive}
|
||||
\ccTypedef{Point_and_primitive}
|
||||
{A pair composed of a Point and a Primitive.}
|
||||
\ccGlue
|
||||
|
||||
%\ccNestedType{AABB}{some nested types}
|
||||
|
|
|
|||
Loading…
Reference in New Issue