vcglib/vcg
ganovelli 698f6cbd7e [SIMPLEXplus promotion]
This modification removes the old way to define simplexes (already deprecated and unsupported).
In the following SIMPLEX = [vertex|edge|face|tetrahedron]

All the stuff that was in vcg/simplex/SIMPLEXplus/ has now been promoted to vcg/simplex/

Details:
- the folder vcg/simplex/SIMPLEX/with has been removed
- the file vcg/simplex/SIMPLEX/base.h has been renamed into  vcg/simplex/SIMPLEX/base_old.h 
- the content of vcg/simplex/SIMPLEXplus/ has been moved into vcg/simplex/SIMPLEX/
- the folder vcg/simplex/SIMPLEXplus/ has been removed

Actions the update the  code using vcglib:
replace <vcg/simplex/SIMPLEXplus/*> with  <vcg/simplex/SIMPLEX/*> in every include
for MESHLAB users: already done along with this commit
2008-12-19 10:30:51 +00:00
..
complex replaced a "3" with a f->VN() 2008-12-18 17:53:42 +00:00
container Removed harmless warnings 2008-11-28 14:55:45 +00:00
math added a few const, and a default value for the generate(int) call 2008-12-18 00:29:03 +00:00
simplex [SIMPLEXplus promotion] 2008-12-19 10:30:51 +00:00
space Restored TMARKER as a copied, not referenced, class 2008-11-03 16:21:52 +00:00