vcglib/vcg/complex
ganovelli abd367ac3f [Namespaces changes]
vert->vrt


clean up of some namespaces to comply the following naming:

Complexes (3 letters namespaces):
order 0 (point cloud    ) :vrt
order 1 (edge meshes)     :edg
order 2 (triangle meshes) :tri
order 3 (triangle meshes) :tet

Simplexes (extended namespaces):
order 0 (vertex)      :vertex 
order 1 (edge)        :edge 
order 2 (triangle)    :triangle (temporarily it remains "face")
order 3 (tetrahedron) :tetrahedron
2008-09-30 10:56:35 +00:00
..
edgemesh [Namespaces changes] 2008-09-30 10:50:43 +00:00
local_optimization Corrected a very small bug in the finalize of the quadric simplification, (RW flags were not correctly restored at the end of the simplification) 2008-07-17 06:52:56 +00:00
tetramesh compilation with gcc 2007-11-20 09:50:32 +00:00
trimesh [Namespaces changes] 2008-09-30 10:55:18 +00:00
vertexmesh [Namespaces changes] 2008-09-30 10:56:35 +00:00
boundary.h added missing newline at the end of file 2007-11-20 09:49:53 +00:00
intersection.h added version on IntersectionBallMesh that take a grid. It's a draft, to be refactored. And 2008-09-30 10:18:24 +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