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š
dd2058cee3
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
...
To be more consistent with GLSL naming. Also, the original naming was
quite misleading, as normalize() is used in GLSL for something
completely different.
If building with deprecated APIs, the Functions.h header includes the
new Packing.h header and the {de,}normalize() functions are defined as
deprecated aliases to the new functions. This will be removed at some
point in the future.
9 years ago
..
AngleTest.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
BezierTest.cpp
Math: ability to convert Bezier from/to external representation.
10 years ago
BoolVectorTest.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
CMakeLists.txt
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
9 years ago
ColorTest.cpp
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
9 years ago
ComplexTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
ConstantsTest.cpp
Math: simplify Constants test by making it templated.
10 years ago
DualComplexTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
DualQuaternionTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
DualTest.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
FrustumTest.cpp
Math: work around constexpr issues on old GCCs in Frustum test.
10 years ago
FunctionsTest.cpp
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
9 years ago
Matrix3Test.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
Matrix4Test.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
MatrixTest.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
PackingTest.cpp
Math: renamed {de,}normalize() to {,un}pack() in a new Packing.h header.
9 years ago
QuaternionTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
RangeTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
RectangularMatrixTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago
SwizzleTest.cpp
Hell, this project is big.
10 years ago
TagsTest.cpp
Hell, this project is big.
10 years ago
TypeTraitsTest.cpp
Math: don't compare const char* as pointers in test by accident.
10 years ago
UnitTest.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
Vector2Test.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
Vector3Test.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
Vector4Test.cpp
Math: verify that the NoInit constructors are explicit.
10 years ago
VectorTest.cpp
Math: remove GCC constexpr workaround from the tests.
10 years ago