vcglib/vcg/space
Paolo Cignoni a92bdebe76 Changed :
in SolidAngle(vind) :
double da0=DiedralAngle(EV(vind,0));
double da1=DiedralAngle(EV(vind,1));
double da2=DiedralAngle(EV(vind,2));
in
double da0=DiedralAngle(EofV(vind,0));
double da1=DiedralAngle(EofV(vind,1));
double da2=DiedralAngle(EofV(vind,2));

Changed :
in DiedralAngle(edgeind) :
int f1=FE(edgeind,0);
int f2=FE(edgeind,1);
in
int f1=FofE(edgeind,0);
int f2=FofE(edgeind,1);

Changed :
in DiedralAngle(edgeind) :
Point3d p0=FV(f1,0)->P();
Point3d p1=FV(f1,1)->P();
Point3d p2=FV(f1,2)->P();
in
Point3d p0=_v[FofV(f1,0)];
Point3d p1=_v[FofV(f1,1)];
Point3d p2=_v[FofV(f1,2)];

Changed :
in DiedralAngle(edgeind) :
p0=FV(f2,0)->P();
p1=FV(f2,1)->P();
p2=FV(f2,2)->P();
in
p0=_v[FofV(f2,0)];
p1=_v[FofV(f2,1)];
p2=_v[FofV(f2,2)];
2004-04-28 16:31:17 +00:00
..
index Initial commit 2004-03-08 09:24:59 +00:00
intersection first version 2004-04-26 12:33:59 +00:00
box.h "dimensionally unified" version: first commit 2004-03-16 03:07:38 +00:00
box2.h Written some documentation and added to the space module 2004-03-10 21:38:40 +00:00
box3.h Errorino "ScalarType" -> "BoxScalarType" 2004-03-05 17:51:28 +00:00
color4.h Written some documentation and added to the space module 2004-03-10 21:38:40 +00:00
intersection3.h plane line 2004-04-26 12:34:50 +00:00
line3.h minor updates, corrections, added documentations, etc. 2004-03-11 11:47:20 +00:00
plane3.h Changed : 2004-04-28 11:19:52 +00:00
point.h unified version: PointBase version, with no guards "(N==3)" 2004-04-05 12:36:43 +00:00
point2.h Add V() access function 2004-04-05 11:57:32 +00:00
point3.h Added a math:: 2004-03-21 17:14:56 +00:00
point4.h missing return value in zero() 2004-03-31 10:09:58 +00:00
ray3.h minor updates, corrections, added documentations, etc. 2004-03-11 11:47:20 +00:00
segment3.h minor updates, corrections, added documentations, etc. 2004-03-11 11:47:20 +00:00
space.h first commit 2004-03-16 03:08:02 +00:00
sphere3.h Ehm... a couople of small errors. 2004-04-02 09:49:01 +00:00
tcoord2.h Written some documentation and added to the space module 2004-03-11 08:54:12 +00:00
tetra3.h Changed : 2004-04-28 16:31:17 +00:00
triangle3.h Initial commit 2004-03-08 01:13:31 +00:00