First working version

This commit is contained in:
Paolo Cignoni 2004-02-19 15:49:27 +00:00
parent 04fe64ca77
commit 6115454d79
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
/** \defgroup space Space
This module contains all the basic types for representing spatial entities like point, box, line planes etc.
This module contains all the basic types for representing spatial entities like points (vcg::Point3) box3, line planes etc.
*/
/** \defgroup vertex Vertex of triangular,tetrahedral meshes
This module contains the documentation for the type and the functions used for representing and managing vertexes of meshes
*/
/** \defgroup face Faces
*/