mirror of https://github.com/CGAL/cgal
Add short introduction stub
This commit is contained in:
parent
3fba6d9574
commit
22792febcd
|
|
@ -9,13 +9,15 @@ namespace CGAL {
|
|||
|
||||
\section Section_Octree_Introduction Introduction
|
||||
|
||||
Introduction section.
|
||||
An octree is a commonly used data structure that subdivides 3d space.
|
||||
The Octree package provides the Octree and Node classes.
|
||||
|
||||
\section Section_Octree_Splitting_Rules Splitting Rules
|
||||
\section Section_Octree_Walker_Rules Walker Rules
|
||||
\section Section_Octree_Example_Programs Example Programs
|
||||
\section Section_Octree_Software_Design Software Design
|
||||
|
||||
\subsection Subsection_Octree_Splitting_Rules Splitting Rules
|
||||
\subsection Subsection_Octree_Walker_Rules Walker Rules
|
||||
|
||||
Explain the design of the package.
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue