Subversion Repositories gelsvn

Rev

Rev 149 | Rev 182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 149 Rev 150
Line 1... Line 1...
1
#ifndef __HMESHUTIL_CAPS_AND_NEEDLES_H__
1
#ifndef __HMESHUTIL_CAPS_AND_NEEDLES_H__
2
#define __HMESHUTIL_CAPS_AND_NEEDLES_H__
2
#define __HMESHUTIL_CAPS_AND_NEEDLES_H__
3
 
3
 
4
#include "HMesh/Manifold.h"
4
#include "HMesh/Manifold.h"
5
 
5
 
6
namespace HMeshUtil
6
namespace HMesh
7
{
7
{
8
	/** A cap is a triangle with two very small angles and an angle close
8
	/** A cap is a triangle with two very small angles and an angle close
9
			to pi, however a cap does not necessarily have a very short edge.
9
			to pi, however a cap does not necessarily have a very short edge.
10
			Set the ang_thresh to a value close to pi. The closer to pi the 
10
			Set the ang_thresh to a value close to pi. The closer to pi the 
11
			_less_ sensitive the cap removal.
11
			_less_ sensitive the cap removal.