vcglib/vcg
Paolo Cignoni f58551601a CHANGE to the VERY USED PointDistanceBase, the basic functor used to find the closest point to a face in all the grids.
It has a bug that could return a nan in some degnerate case where an almost null face has different vertices but the squared distance between them could be zero. 
Now it should handle also these cases.
2012-03-14 15:59:42 +00:00
..
complex added default constructor 2012-03-09 11:01:25 +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 Added constructor with seed to the Mersenne rnd generator 2012-02-27 06:58:17 +00:00
simplex CHANGE to the VERY USED PointDistanceBase, the basic functor used to find the closest point to a face in all the grids. 2012-03-14 15:59:42 +00:00
space rewriting of the SegmentPointSquaredDistance, now it is much much much shorter. 2012-03-14 15:57:37 +00:00