vcglib/vcg/simplex
Paolo Cignoni 5c266a7ccb HEAVY CHANGE:
The vertex and face component (natural and optional) have been cleaned and reordered.
Particular care has been devoted to have common behaviour in the import, const access, and so. 
If you get compilation errors probably it is due to the fact that if you really need constant access to a member you have to use the "c" prefixed member (e.g. if you access to normal of a constant vertex you should use the cN() member.
2012-11-15 19:04:08 +00:00
..
edge Cleaned up documentation of components (new doxygroup for them, written something for most of them...). 2012-11-07 01:24:45 +00:00
face HEAVY CHANGE: 2012-11-15 19:04:08 +00:00
tetrahedron Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy... 2012-10-25 13:07:25 +00:00
vertex HEAVY CHANGE: 2012-11-15 19:04:08 +00:00