From 22792febcdba148ff2079e5a7f5ebee1aced9ccf Mon Sep 17 00:00:00 2001 From: Jackson Campolattaro Date: Thu, 16 Jul 2020 16:02:37 -0400 Subject: [PATCH] Add short introduction stub --- Octree/doc/Octree/Octree.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Octree/doc/Octree/Octree.txt b/Octree/doc/Octree/Octree.txt index f1b1adf7f27..dca0f297b41 100644 --- a/Octree/doc/Octree/Octree.txt +++ b/Octree/doc/Octree/Octree.txt @@ -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. */