vcglib/vcg
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
..
complex changed m.HasFFTopology to HasFFTopology(m) 2008-11-12 16:06:59 +00:00
container added workaround for std::vector<bool> bitwise implementation. 2008-11-12 16:10:04 +00:00
math Distortion parameter zeroed on creation! 2008-11-06 15:36:44 +00:00
simplex added the components to implement the half edge data structure: 2008-11-12 16:14:13 +00:00
space Restored TMARKER as a copied, not referenced, class 2008-11-03 16:21:52 +00:00