vcglib/vcg/simplex
Nico Pietroni 25b916162d corrected wrong initial define
from:

#ifndef __VCGLIB_VERTEX__VN__TYPE
#define __VCGLIB_VERTEX__VN__TYPE

to:

#ifndef __VCGLIB_VERTEX__VNVT__TYPE
#define __VCGLIB_VERTEX__VNVT__TYPE
2007-01-25 01:08:09 +00:00
..
edge Added missing typename for interp.parameters 2006-10-07 10:02:16 +00:00
face Added #ifdefs to guarantee that ComputeNormal would be defined only once 2007-01-13 00:25:36 +00:00
faceplus commented UberP access method (syntax errors) 2007-01-18 01:29:48 +00:00
tetrahedron added include to sphere3.h for SmallestEnclosingSphere() 2006-07-10 10:36:44 +00:00
vertex corrected wrong initial define 2007-01-25 01:08:09 +00:00
vertexplus bug Index()() instead of Index() 2006-12-11 23:42:00 +00:00