Paolo Cignoni
|
68effd0f7a
|
Added IsNAN
|
2007-07-24 07:09:17 +00:00 |
Nico Pietroni
|
f8eeaae81f
|
added explicit cast in function inline float Sqrt(const int v) in order to avoid warnings
|
2007-01-08 09:23:49 +00:00 |
Paolo Cignoni
|
ebc0ac52c0
|
Added two sqrt templates for resolving ambiguity of sqrt(int)
|
2006-10-13 13:14:50 +00:00 |
Paolo Cignoni
|
6d5c0cd0f7
|
Removed excess ';' from end of template functions, for gcc compiling
|
2005-12-01 01:03:37 +00:00 |
Paolo Cignoni
|
14a1c4c1e7
|
Aggiunte macro sin/cos/atan per C++ Builder
|
2004-08-31 15:42:59 +00:00 |
ganovelli
|
700d8efbef
|
limits function cancelled
|
2004-05-10 13:00:14 +00:00 |
ganovelli
|
cee79014d1
|
correction on templates
|
2004-05-03 08:38:08 +00:00 |
ganovelli
|
1b3fc69fac
|
Min and Max changed from const members to static class function
Use: Value<float>::Min()
|
2004-04-15 09:36:59 +00:00 |
mtarini
|
0002503283
|
debugged Max and Min const values (to make them linkable)
|
2004-03-31 12:41:55 +00:00 |
Paolo Cignoni
|
0a7cf4514f
|
int64 -> long long for GCC compatibility
|
2004-03-31 10:09:19 +00:00 |
mtarini
|
e4cf5549cd
|
- added VoidType - added "static_assert"
|
2004-03-16 00:23:50 +00:00 |
mtarini
|
bc1fdc913b
|
Added Atan2.
Added common utilities: Max, Min, Swap, Sort(a,b), Sort(a,b,c).
Changed Max values syntax. example: Value<float>::Max
|
2004-03-10 17:37:54 +00:00 |
mtarini
|
eda1533770
|
Added Atan2.
Added common utilities: Max, Min, Swap, Sort(a,b), Sort(a,b,c).
Changed Max values syntax. example: Value<float>::Max
|
2004-03-10 16:54:57 +00:00 |
mtarini
|
5ed7bf6aba
|
(CVS did not want to undo update)
|
2004-03-09 17:55:04 +00:00 |
mtarini
|
7a5b65928b
|
*** empty log message ***
|
2004-03-08 19:40:48 +00:00 |
mtarini
|
ed506a2ea5
|
first version (tarini)
|
2004-03-08 19:38:29 +00:00 |
Federico Ponchio
|
a462f2ce71
|
Aggiunti un po di inline davanti alle funzioni
|
2004-03-08 14:49:37 +00:00 |
Federico Ponchio
|
e5cde4e163
|
added Acos e Asin
|
2004-03-04 00:21:00 +00:00 |
Paolo Cignoni
|
5332b4ac5b
|
changed math from class to template
|
2004-03-03 22:51:49 +00:00 |
Federico Ponchio
|
ca807a0787
|
*** empty log message ***
|
2004-02-19 15:28:01 +00:00 |
Paolo Cignoni
|
5a558b0f8c
|
Edited Comments and GPL license
|
2004-02-13 02:18:57 +00:00 |
Federico Ponchio
|
04afe4c81e
|
Adding base.h
|
2004-02-09 13:32:16 +00:00 |