vcglib/vcg
Paolo Cignoni 5af75e6dac Removed bug in the ImportEdgeAdj, ImportFaceAdj, ImportHEdgeAdj. All of the same kind...
for(unsigned int vi = 0; vi < 2; ++vi)
 {
   size_t i = Index(mr,er.cEEp(vi));
   el.EEp(i) = (i>ml.edge.size())? 0 : &ml.edge[remap.edge[i]];
   el.EEi(i) = er.cEEi(i);
 }

 el.EEp(i)  should be  el.EEp(vi) !!!!
2011-11-21 09:36:21 +00:00
..
complex Removed bug in the ImportEdgeAdj, ImportFaceAdj, ImportHEdgeAdj. All of the same kind... 2011-11-21 09:36:21 +00:00
connectors removed useless reference return in const int imark() 2011-11-21 07:25:31 +00:00
container bug fixing: 2011-10-25 10:03:10 +00:00
math removed old lib svd and substituted with eigen. 2011-11-21 09:09:58 +00:00
simplex changed BASIC VERSION of the Point-face distance that does not require the EdgePlane Additional data. 2011-11-21 08:56:52 +00:00
space added assert for discouraging inconsistent triangleplane intersection 2011-11-21 08:54:35 +00:00