vcglib/vcg
msabbadin 7c3687b8db corrected an assert in PrincipalDirections static method:
from assert(m.HasVFAdjency());
to assert(tri::HasPerFaceVFAdjacency(m) && tri::HasPerVertexVFAdjacency(m));
2012-04-02 14:42:56 +00:00
..
complex corrected an assert in PrincipalDirections static method: 2012-04-02 14:42:56 +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 method for generating a random point into a triangle (it generate three random barycentric coords) 2012-03-30 23:42:04 +00:00
simplex Corrected a significant bug in the reflection types for ocf components. 2012-03-31 01:16:58 +00:00
space rewriting of the SegmentPointSquaredDistance, now it is much much much shorter. 2012-03-14 15:57:37 +00:00