From acafafad689ec08f184bc7959c189e2f3150a540 Mon Sep 17 00:00:00 2001 From: cignoni Date: Thu, 19 Feb 2004 14:22:03 +0000 Subject: [PATCH] Initial commit --- docs/Doxygen/groups.dxy | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/Doxygen/groups.dxy diff --git a/docs/Doxygen/groups.dxy b/docs/Doxygen/groups.dxy new file mode 100644 index 00000000..c2c26e7c --- /dev/null +++ b/docs/Doxygen/groups.dxy @@ -0,0 +1,9 @@ +/** \defgroup space Space +This module contains all the basic types for representing spatial entities like point, box, line planes etc. +*/ +/** \defgroup vertex Vertex of triangular,tetrahedral meshes +*/ +/** \defgroup face Faces +*/ +/** \defgroup trimesh Triangular Meshes +*/