Subversion Repositories gelsvn

Rev

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

Rev 39 Rev 163
Line 13... Line 13...
13
			A cap is removed by flipping the (long) edge E opposite to the vertex 
13
			A cap is removed by flipping the (long) edge E opposite to the vertex 
14
			V with the angle close to pi. However, the function is more complex.
14
			V with the angle close to pi. However, the function is more complex.
15
			Read code and document more carefully !!!
15
			Read code and document more carefully !!!
16
	 */
16
	 */
17
	void remove_caps_from_trimesh(HMesh::Manifold& mani, float ang_thresh);
17
	void remove_caps_from_trimesh(HMesh::Manifold& mani, float ang_thresh);
-
 
18
 
18
	
19
 
19
	/** A needle is a triangle with a single very short edge. It is moved 
20
	/** A needle is a triangle with a single very short edge. It is moved 
20
			by collapsing the short edge. The thresh parameter sets the length 
21
			by collapsing the short edge. The thresh parameter sets the length 
21
			threshold.
22
			threshold.
22
			
23
			
23
			The position of the vertex which survives the collapse is set to one
24
			The position of the vertex which survives the collapse is set to one