From 5ed7bf6aba694cc8c30eaff6313a6aa512d0db66 Mon Sep 17 00:00:00 2001 From: mtarini Date: Tue, 9 Mar 2004 17:55:04 +0000 Subject: [PATCH] (CVS did not want to undo update) --- vcg/math/base.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vcg/math/base.h b/vcg/math/base.h index 727f50cb..e1c2a389 100644 --- a/vcg/math/base.h +++ b/vcg/math/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.8 2004/03/08 19:40:48 tarini +*** empty log message *** + Revision 1.7 2004/03/08 19:38:29 tarini aggiunti Min e Max, si usano cosi: Min::Value (tarini) @@ -83,8 +86,8 @@ namespace math { inline double Asin(const double v) { return asin(v); } - // max and min values for each scala type - // syntax: Max::Value + /// max and min values for each scala type + /// syntax: Max::Value template class Min { public: static const SCALAR Value;