29 Commits (3bfe0f1d7f5e3e885a6ea3eebce7239d2ba43cfe)

Author SHA1 Message Date
Vladimír Vondruš 19e0e96d74 Updated copyright year. 6 years ago
Vladimír Vondruš d4f7c853ae Math: make Constants::inf() work with clang-cl 8. 6 years ago
Vladimír Vondruš 9bd7f306b5 Math: work around the NAN macro not being constexpr on clang-cl. 6 years ago
Vladimír Vondruš 9def7ba7f6 Math: add a long double pi for sincos tests. 7 years ago
Vladimír Vondruš efe2f14284 Math: improve precision of double constants by one more digit. 7 years ago
Vladimír Vondruš c158cfa2dd Math: you need to know this. 7 years ago
Vladimír Vondruš 754c84525e The <cmath> header is not allowed anymore. 7 years ago
Vladimír Vondruš e98e10a58e Math: make Constants base incomplete. 7 years ago
Vladimír Vondruš e6b7aa12fa Updated copyright year. 7 years ago
Vladimír Vondruš 1a253af761 Math: added Constants::sqrtHalf(). 8 years ago
Vladimír Vondruš 9f7512bf2b Math: improve Constants docs, show useful identities. 8 years ago
Vladimír Vondruš d08b064b5b Math: doc++ 8 years ago
Vladimír Vondruš d9936c40fd Math: added Constants::piQuarter(). 8 years ago
Vladimír Vondruš 92071a342c Math: added isInf() and isNan() 8 years ago
Vladimír Vondruš 623fa97970 Updated copyright year. 8 years ago
Vladimír Vondruš 7a16273e5d Updated copyright year. 9 years ago
Vladimír Vondruš e0672f4867 Math: link to the Tau manifesto. 9 years ago
Vladimír Vondruš e5fe46949e Math: got rid of <limits> dependency in Constants.h. 9 years ago
Vladimír Vondruš eaeda24399 Don't restrict Double usage on OpenGL ES. 10 years ago
Vladimír Vondruš 23646e6690 Hell, this project is big. 10 years ago
Vladimír Vondruš 6488fe6e75 Oh, it's 2015 already. 11 years ago
Vladimír Vondruš 75c3e00844 Math: added NaN and infinity to constants. 12 years ago
Vladimír Vondruš 076144886a Math: added half pi and Euler's number to constants. 12 years ago
Vladimír Vondruš fdb8991d56 Math: various cleanup. 12 years ago
Vladimír Vondruš 9bb5171365 Math: added Constants::tau(). 12 years ago
Vladimír Vondruš 81039fc2c9 Math: completed documentation review. 12 years ago
Vladimír Vondruš 6f0ba96cb6 Happy new year too. 12 years ago
Vladimír Vondruš 0616f24f34 Making includes absolute, part 5: absolute includes everywhere. 13 years ago
Vladimír Vondruš 45a10cefdf Making includes absolute, part 1: moving files around. 13 years ago
Vladimír Vondruš 06a4e297bc Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš b28261d269 Math: fix compilation of tests with OpenGL ES. 13 years ago
Vladimír Vondruš 408f40a908 Math: renamed MathTypeTraits to TypeTraits. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 618b556381 Math: crosslinked documentation with missing type aliases. 13 years ago
Vladimír Vondruš 6a90b0231b Math: using new aliases for builtin types in whole Math namespace. 13 years ago
Vladimír Vondruš 3ccc6a794e Math: removed old deg()/rad() helpers. 13 years ago
Vladimír Vondruš ad9a55a867 Doc++ 13 years ago
Vladimír Vondruš 3b37dfa6b8 Deleted constructors of classes with only static members. 14 years ago
Vladimír Vondruš 8a3d2c12c6 Doc++ 14 years ago
Vladimír Vondruš 438bd52bf3 Doc++ 14 years ago
Vladimír Vondruš fe62f547de Reduced #includes in headers. 14 years ago