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š
52f2d297ca
Math: put angle literals into dedicated Literals namespace.
...
Similarly as it is done in STL for C++14 literals, the user has to
explicitly put them to scope with `using` keyword to avoid accidental
collisions. If MAGNUM_BUILD_DEPRECATED is set, they are still brought to
the root namespace, but that will be removed in a future release.
10 years ago
..
AngleTest.cpp
Math: put angle literals into dedicated Literals namespace.
10 years ago
BoolVectorTest.cpp
Hell, this project is big.
10 years ago
CMakeLists.txt
Modern CMake usage: reworked to use target-specific properties.
10 years ago
ColorTest.cpp
Math: oops, part 2.
10 years ago
ComplexTest.cpp
Hell, this project is big.
10 years ago
ConstantsTest.cpp
Hell, this project is big.
10 years ago
DualComplexTest.cpp
Hell, this project is big.
10 years ago
DualQuaternionTest.cpp
Math: put angle literals into dedicated Literals namespace.
10 years ago
DualTest.cpp
Math: put angle literals into dedicated Literals namespace.
10 years ago
FunctionsTest.cpp
Hell, this project is big.
10 years ago
Matrix3Test.cpp
Hell, this project is big.
10 years ago
Matrix4Test.cpp
Hell, this project is big.
10 years ago
MatrixTest.cpp
Hell, this project is big.
10 years ago
QuaternionTest.cpp
Hell, this project is big.
10 years ago
RangeTest.cpp
Math: added Range::contains().
10 years ago
RectangularMatrixTest.cpp
Hell, this project is big.
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: no need to make the test complicated.
10 years ago
UnitTest.cpp
Hell, this project is big.
10 years ago
Vector2Test.cpp
Hell, this project is big.
10 years ago
Vector3Test.cpp
Hell, this project is big.
10 years ago
Vector4Test.cpp
Hell, this project is big.
10 years ago
VectorTest.cpp
Math: revert ability to convert Vector<1, T> to T.
10 years ago