added inclusion of sphere3
This commit is contained in:
parent
3f091b3013
commit
bb8cf89b85
|
@ -25,6 +25,9 @@
|
||||||
History
|
History
|
||||||
|
|
||||||
$Log: not supported by cvs2svn $
|
$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
|
Revision 1.2 2006/07/10 10:38:16 turini
|
||||||
minor changes in SphereOfTetra()
|
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/triangle3.h>
|
||||||
#include <vcg/space/tetra3.h>
|
#include <vcg/space/tetra3.h>
|
||||||
|
#include <vcg/space/sphere3.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
namespace vcg{
|
namespace vcg{
|
||||||
/** \addtogroup space */
|
/** \addtogroup space */
|
||||||
|
|
Loading…
Reference in New Issue