From c37db42415be8fa6e1fe7c031ff011b241c56a70 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Mon, 3 Oct 2005 16:00:08 +0000 Subject: [PATCH] Minor changes --- vcg/complex/trimesh/base.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index 6cdef9ce..42bc8a36 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.14 2005/03/18 16:37:46 fiorin +Minor changes + Revision 1.13 2005/01/28 17:56:57 pietroni changed HasVFTopology function... control if both vertex and face define the vf topology @@ -260,7 +263,7 @@ ScalarType Volume() k = (j+1)%3; T = (*fi).P(k) - (*fi).P(j); T.Normalize(); - T = ( (*fi).P( k ) - (*fi).P(j) ) ^ + B = ( (*fi).P( k ) - (*fi).P(j) ) ^ ( (*fi).P((k+1)%3) - (*fi).P(j) ) ; B.Normalize(); N = T ^ B;