vcglib/vcg/connectors
Paolo Cignoni 2577210a54 **** SIGNIFICANT CHANGES *****
- Cleaned up include order: Now you only need to include <vcg/complex/complex.h> (no more vertex/base.h etc) 
- Added official VN() EN() FN() const members for knowing number of vertexes etc...
- Added exceptions (at last!)
    Now instead of:
       assert(HasPerVertexNormal(m)) 
    you should write:
      if(!HasPerFaceNormal(m)) throw vcg::MissingComponentException();
2012-10-04 11:10:25 +00:00
..
halfedge_pos.h added useful he functions 2010-12-15 22:38:36 +00:00
hedge.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
hedge_component.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00