vcglib/vcg
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
..
complex 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
container fixed comment warning. 2009-06-28 03:13:56 +00:00
math compilation fixes with Eigen 2009-07-21 07:29:13 +00:00
simplex changes in order to compile with gcc 3.x 2009-07-15 16:25:25 +00:00
space changes in order to compile with gcc 3.x 2009-07-15 16:29:10 +00:00