AABB tree (user manual): fix compilation issue.

This commit is contained in:
Pierre Alliez 2009-04-30 13:42:12 +00:00
parent 8b8cf8132a
commit b30d94df7c
1 changed files with 8 additions and 4 deletions

View File

@ -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}