vcglib/vcg/simplex/face
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
..
base.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
base_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
component.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
component_occ.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
component_ocf.h Corrected a significant bug in the reflection types for ocf components. 2012-03-31 01:16:58 +00:00
component_polygon.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
component_rt.h added an Empty Component for the edgePlane component. 2012-07-06 05:07:25 +00:00
distance.h SIGNIFICANT CHANGE 2012-07-06 15:24:04 +00:00
face_old.h [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
jumping_pos.h commented some code 2011-03-22 11:53:48 +00:00
pos.h added assert in the VFIterator to handle uninitialized topology. 2012-03-14 16:02:30 +00:00
topology.h added FindSharedFaces and VFOrderedStarVF functions 2012-09-22 12:54:30 +00:00