From 27891d31984e35cebb81016ece19e547d761affb Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 28 May 2004 13:01:50 +0000 Subject: [PATCH] changed scalar to ScalarType --- vcg/math/matrix44.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/math/matrix44.h b/vcg/math/matrix44.h index 1e3ba6f0..d90e2888 100644 --- a/vcg/math/matrix44.h +++ b/vcg/math/matrix44.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.17 2004/05/26 15:09:32 cignoni +better comments in set rotate + Revision 1.16 2004/05/07 10:05:50 cignoni Corrected abuse of for index variable scope @@ -93,7 +96,7 @@ protected: T _a[16]; public: - typedef T scalar; + typedef T ScalarType; ///@{