168 Commits (dd2058cee3f114637ed3ee89fb683e2deda4d8db)

Author SHA1 Message Date
Vladimír Vondruš dd2058cee3 Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header. 9 years ago
Vladimír Vondruš ce050888fd Math: function to convert RGB to XYZ color space. 10 years ago
Vladimír Vondruš 2b97e53360 Math: sRGB support in Color classes. 10 years ago
Vladimír Vondruš 8f88e0ea02 Math: improve Color::red() etc. test. 10 years ago
Vladimír Vondruš a61f0f47f4 Math: reduce literal scope in Color test. 10 years ago
Vladimír Vondruš dba0ea320d Math: vector/scalar overload for pow(). 10 years ago
Vladimír Vondruš 8e576d9c73 Math: improved HSV color tests. 10 years ago
Vladimír Vondruš c27a12bb30 Math: renamed Color[34]::*HSV types and functions to Color[34]::*Hsv. 10 years ago
Vladimír Vondruš a8d1fc4d84 Math: work around constexpr issues on old GCCs in Frustum test. 10 years ago
Vladimír Vondruš e75bef1d53 Math: MSVC 2015 workarounds for constexpr in Frustum tests. 10 years ago
Vladimír Vondruš b6858030b8 Math: ability to convert Frustum from/to external representations. 10 years ago
Vladimír Vondruš 20b3adbc55 Math: ability to convert Bezier from/to external representation. 10 years ago
Vladimír Vondruš 3cedefe14b Math: remove GCC constexpr workaround from the tests. 10 years ago
Vladimír Vondruš 01fa24910f Math: conversion constructor for Frustum. 10 years ago
Vladimír Vondruš 3952a20099 Math: verify that the Frustum constructor is implicit. 10 years ago
Vladimír Vondruš 8d1d786698 Math: more Frustum data access functions, test for constexprness. 10 years ago
Vladimír Vondruš 3e2464cded Math: default/identity and NoInit constructors for Frustum, tests. 10 years ago
Vladimír Vondruš 70ef473710 Math: verify that the NoInit constructors are explicit. 10 years ago
Vladimír Vondruš 310e1c1c25 Math: noexcept constructor for Frustum. 10 years ago
Vladimír Vondruš 54d1aefcba Math: equality comparison for Frustum. 10 years ago
Vladimír Vondruš 376ea1e0b2 Math: debug operator for Frustum. 10 years ago
Vladimír Vondruš b7eb367dde Math: cleanup, code compression. 10 years ago
Squareys 0062fbf78e Math: Add rudimentary Frustum class 10 years ago
Vladimír Vondruš 37565d5414 Math: print 8-bit colors as hex in Debug. 10 years ago
Vladimír Vondruš 69dfc39f30 Math: don't compare const char* as pointers in test by accident. 10 years ago
Vladimír Vondruš 210949f2dd Math: long double is the same as double also on Android. 10 years ago
Vladimír Vondruš c47f8e04e3 Math: test for size of long double. 10 years ago
Vladimír Vondruš 60b56b0999 Math: no need for that GCC type deduction workaround anymore. 10 years ago
Vladimír Vondruš a2c8435ede Use new TestSuite numeric comparators where appropriate. 10 years ago
Vladimír Vondruš cf185b00fa Math: add explicit boolean conversion to BoolVector. 10 years ago
Vladimír Vondruš 6422a27b46 Math: improve Matrix4::lookAt() test. 10 years ago
Vladimír Vondruš e9a2623e02 Math: expect NoInit test failures on GCC 6.1+ with optimizations enabled. 10 years ago
Vladimír Vondruš 87074202c8 Math: support infinite far plane in Matrix::perspectiveProjection(). 10 years ago
Vladimír Vondruš 9fdf467c59 Math: added *Matrix::setRow(). 10 years ago
Vladimír Vondruš 2e91bb4372 Math: work around MSVC constexpr issues yet again. 10 years ago
Vladimír Vondruš b033af3b59 Math: ability to convert Color from/to external representation. 10 years ago
Vladimír Vondruš 4a395ac490 Math: enlarge epsilon value for long doubles on MSVC. 10 years ago
Vladimír Vondruš cadd28276a Math: conditionally include <algorithm> for std::max() in MSVC. 10 years ago
Vladimír Vondruš aef580ec62 Math: test iterative normalization of Complex/Quaternion transformations. 10 years ago
Vladimír Vondruš 1dc1fc79b0 Math: better test cases for {*Complex,Quaternion}::isNormalized(). 10 years ago
Vladimír Vondruš 74c75998b0 Math: added TypeTraits::equalsZero(). 10 years ago
Vladimír Vondruš 3c17a53fb3 Math: test also long double versions of TypeTraits. 10 years ago
Vladimír Vondruš 9ade2cae47 Math: added TypeTraits::name(), using that in the test. 10 years ago
Vladimír Vondruš 48dfdc1da5 Math: properly test constructing Unit with ZeroInit tag. 10 years ago
Vladimír Vondruš 844bfcce5a Math: ability to create Dual with ZeroInit tag. 10 years ago
Vladimír Vondruš 40d60f6a3f Math: make all constructor noexcept and test their behavior. 10 years ago
Vladimír Vondruš 60524e0367 Math: remove now redundant Color test case. 10 years ago
Vladimír Vondruš bac5ccd8e6 Math: improve Angle test to be consistent with the rest. 10 years ago
Vladimír Vondruš 1357186fe1 Math: MSVC 2015 is picky about constexpr again. 10 years ago
Vladimír Vondruš b59b8d431e Math: make Bezier::subdivide() return a pair and test it. 10 years ago