vcglib/vcg
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
..
complex **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
connectors **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
container bug fixing: 2011-10-25 10:03:10 +00:00
math added method to get Projection matrix given near and far. 2012-08-29 13:21:22 +00:00
simplex **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
space added IsCCW function 2012-10-03 16:39:29 +00:00