vcglib/vcg/complex
Paolo Cignoni 4e1b6897b1 class that provides an estimation of the overlap of two meshes. It works as follow: it samples N points in a normal equalized manner on the Mov mesh, then count how many points of the Fix mesh are in consensus with the sampled points. To be in consensus means: distance between points is <= param.consensusDistance AND the angle between points normals is <= param.normalAngle. This works for point clouds too. comments will be added in next commit. 2009-07-28 23:07:26 +00:00
..
edgemesh corrected vert:: to vertex:: 2009-03-20 07:15:20 +00:00
local_optimization added missing #include file update/topology.h 2009-07-17 08:22:38 +00:00
tetramesh compilation with gcc 2007-11-20 09:50:32 +00:00
trimesh class that provides an estimation of the overlap of two meshes. It works as follow: it samples N points in a normal equalized manner on the Mov mesh, then count how many points of the Fix mesh are in consensus with the sampled points. To be in consensus means: distance between points is <= param.consensusDistance AND the angle between points normals is <= param.normalAngle. This works for point clouds too. comments will be added in next commit. 2009-07-28 23:07:26 +00:00
vertexmesh [Namespaces changes] 2008-09-30 10:59:29 +00:00
boundary.h added missing newline at the end of file 2007-11-20 09:49:53 +00:00
intersection.h Added missing include trimesh/allocate.h 2008-11-28 13:45:39 +00:00
local_optimization.h Re-factored the Heap-Simplex ratio parameter. Now it is something that should be asked to the localmodification class. 2008-07-10 09:44:09 +00:00