You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vladimír Vondruš c2c6b9f22b Math: added lerp() and slerp() for complex numbers. 8 years ago
..
AngleTest.cpp Updated copyright year. 8 years ago
BezierTest.cpp Math: minor cleanup of the Bezier test. 8 years ago
BoolVectorTest.cpp Math: ability to convert BoolVector from/to external representation. 8 years ago
CMakeLists.txt Math: moved Geometry::Distance and Intersection directly into Math. 8 years ago
ColorTest.cpp Math: new Color[34]::fromSrgb[Alpha]() and Color[34]::toSrgb[Alpha]Int(). 8 years ago
ComplexTest.cpp Math: added lerp() and slerp() for complex numbers. 8 years ago
ConstantsTest.cpp Math: added Constants::piQuarter(). 8 years ago
DistanceTest.cpp Math: moved Geometry::Distance and Intersection directly into Math. 8 years ago
DualComplexTest.cpp Math: ability to use [Dual]Complex and [Dual]Quaternion in configuration. 8 years ago
DualQuaternionTest.cpp Math: ability to use [Dual]Complex and [Dual]Quaternion in configuration. 8 years ago
DualTest.cpp Updated copyright year. 8 years ago
FrustumTest.cpp Updated copyright year. 8 years ago
FunctionsTest.cpp Math: added lerp(T, T, bool). 8 years ago
HalfTest.cpp Math: debug output for Half with proper amount of decimal places. 8 years ago
IntersectionBenchmark.cpp Math: moved Geometry::Distance and Intersection directly into Math. 8 years ago
IntersectionTest.cpp Math: use plane equation in Intersection::planeLine(). 8 years ago
Matrix3Test.cpp Math: add Matrix[34]::rotationShear(), scalingSquared() and scaling(). 8 years ago
Matrix4Test.cpp Math: add Matrix[34]::rotationShear(), scalingSquared() and scaling(). 8 years ago
MatrixTest.cpp Updated copyright year. 8 years ago
PackingTest.cpp Math: long double issues are now only on 32-bit Android. 8 years ago
QuaternionTest.cpp Math: added lerp() and slerp() for complex numbers. 8 years ago
RangeTest.cpp Math: added Range::fromCenter(). 8 years ago
RectangularMatrixTest.cpp Updated copyright year. 8 years ago
SwizzleTest.cpp Updated copyright year. 8 years ago
TagsTest.cpp Updated copyright year. 8 years ago
TypeTraitsTest.cpp Math: I have no idea what happened here. 8 years ago
UnitTest.cpp Math: properly test op-and-assign operators in Unit. 8 years ago
Vector2Test.cpp Updated copyright year. 8 years ago
Vector3Test.cpp Updated copyright year. 8 years ago
Vector4Test.cpp Math: added planeEquation() helper. 8 years ago
VectorTest.cpp Math: forgot to execute test for Vector::minmax(). 8 years ago