vcglib/vcg/simplex
ganovelli e652cc5a38 [Namespaces changes]
vert->vertex 

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 (4 letters namespaces):
order 0 (vertex)      :vert 
order 1 (edge)        :edge 
order 2 (triangle)    :triangle
order 3 (tetrahedron) :tetrahedron
2008-09-30 10:42:55 +00:00
..
edge added typenames to compile with gcc 2008-09-30 10:38:58 +00:00
edgeplus added edgeSimp definition 2008-09-30 09:47:25 +00:00
face added pragma message to deprecate this way to define the simplex 2008-09-28 14:30:09 +00:00
faceplus typenames and definition added to compile with gcc. THe aprt of type querying temporarily commented out (to fix) 2008-09-30 10:34:27 +00:00
tetrahedron added include to sphere3.h for SmallestEnclosingSphere() 2006-07-10 10:36:44 +00:00
tetrahedronplus Minor changes in VT Adjacency component. 2007-06-07 10:22:42 +00:00
vertex added warning for deprecation 2008-09-30 10:35:44 +00:00
vertexplus [Namespaces changes] 2008-09-30 10:42:55 +00:00