added inclusion of sphere3

This commit is contained in:
ganovelli 2006-09-14 08:46:00 +00:00
parent 3f091b3013
commit bb8cf89b85
1 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.3 2006/07/12 12:13:23 zifnab1974
static keyword only in declaration not in implementation
Revision 1.2 2006/07/10 10:38:16 turini
minor changes in SphereOfTetra()
@ -37,7 +40,7 @@ draft version. For the triangle is not tehe smallest enclosing sphere and for th
#include <vcg/space/triangle3.h>
#include <vcg/space/tetra3.h>
#include <vcg/space/sphere3.h>
#include <assert.h>
namespace vcg{
/** \addtogroup space */