Subversion Repositories gelsvn

Rev

Rev 149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 150
Line 2... Line 2...
2
#include "CGLA/Mat3x3f.h"
2
#include "CGLA/Mat3x3f.h"
3
#include "smooth.h"
3
#include "smooth.h"
4
#include "HMesh/VertexCirculator.h"
4
#include "HMesh/VertexCirculator.h"
5
 
5
 
6
 
6
 
7
namespace HMeshUtil
7
namespace HMesh
8
{
8
{
9
 
9
 
10
	using namespace std;
10
	using namespace std;
11
	using namespace CGLA;
11
	using namespace CGLA;
12
	using namespace HMesh;
12
	using namespace HMesh;