*** empty log message ***
This commit is contained in:
parent
7ff742f0a9
commit
0584d7df57
|
@ -22,10 +22,14 @@
|
|||
****************************************************************************/
|
||||
/****************************************************************************
|
||||
History
|
||||
|
||||
****************************************************************************/
|
||||
#ifndef __VCG_TETRA_EDGE_SPLIT
|
||||
#define __VCG_TETRA_EDGE_SPLIT
|
||||
|
||||
#include <vcg/simplex/tetrahedron/pos.h>
|
||||
#include <vcg/complex/tetramesh/allocate.h>
|
||||
#include <vcg/complex/tetramesh/update/topology.h>
|
||||
#include <vcg/space/tetra3.h>
|
||||
namespace vcg{
|
||||
namespace tetra{
|
||||
|
@ -470,4 +474,5 @@ VertexType* DoSplit(TetraMeshType &tm,TetraType *t,int edge,double alfa)
|
|||
};//end class
|
||||
|
||||
}//end namespace tetra
|
||||
}//end namespace vcg
|
||||
}//end namespace vcg
|
||||
#endif
|
Loading…
Reference in New Issue