vcglib/vcg/simplex/face
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
..
base.h Corrected bug recently introduced due to small difference in the signature of the flags functions... 2012-11-07 15:42:14 +00:00
component.h HEAVY CHANGE: 2012-11-15 19:04:08 +00:00
component_ep.h 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
component_occ.h Added guards to avoid useless (and sometime dangerous) inclusion of internal file of the vcglib 2012-10-25 21:29:10 +00:00
component_ocf.h HEAVY CHANGE: 2012-11-15 19:04:08 +00:00
component_polygon.h **** SIGNIFICANT CHANGES ***** 2012-10-04 11:10:25 +00:00
distance.h const access to flags -> cFlags() 2012-11-07 22:53:41 +00:00
jumping_pos.h commented some code 2011-03-22 11:53:48 +00:00
pos.h VFlip() and FFlip are const members but there is no need of returning a pointer to a Const element 2012-11-09 11:11:50 +00:00
topology.h corrected 1 call of VFStarVF 2012-11-12 12:59:50 +00:00