First working version
This commit is contained in:
parent
04fe64ca77
commit
6115454d79
|
@ -1,7 +1,8 @@
|
||||||
/** \defgroup space Space
|
/** \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
|
/** \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
|
/** \defgroup face Faces
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue