Subversion Repositories gelsvn

Rev

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

Rev 62 Rev 103
Line 37... Line 37...
37
	{
37
	{
38
		return (h->vert->pos-h->opp->vert->pos).length();
38
		return (h->vert->pos-h->opp->vert->pos).length();
39
	}
39
	}
40
 
40
 
41
	HalfEdgeIter NULL_HALFEDGE_ITER(0);
41
	HalfEdgeIter NULL_HALFEDGE_ITER(0);
42
	template class HalfEdge_template<Iters>;
42
	template struct HalfEdge_template<Iters>;
43
 
43
 
44
}
44
}