vcglib/vcg/simplex/edgeplus
ganovelli be05277504 added the components to implement the half edge data structure:
HEOppAdj   : pointer to the opposite half edge
HEVAdj     : pointer to the vertex 
HENextAdj  : pointer to the next half edge
HEPrevAdj  : pointe to the previous half edge
EFAdj      : pointer to the face
HEdgeData  : groups all previous except (HEPrevAdj)
2008-11-12 16:14:13 +00:00
..
base.h added edgeSimp definition 2008-09-30 09:47:25 +00:00
component.h added the components to implement the half edge data structure: 2008-11-12 16:14:13 +00:00