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š
c23022d47f
Another, more convenient way to swizzle.
...
On the other hand everything of this is done at runtime, so it's less
performant than the previous version, mainly when used in loops. When
the result is declared as constexpr, it is done at compile time, just
like the previous version.
I don't know which version to keep, so there will be both until a good
decision.
14 years ago
..
Geometry
Got rid of Qt's QtTest in favor of Corrade's TestSuite.
14 years ago
Test
Another, more convenient way to swizzle.
14 years ago
CMakeLists.txt
...and install new Swizzle.h. Damn.
14 years ago
Math.cpp
Happy New Year.
15 years ago
Math.h
Anonymized unused function parameters.
14 years ago
MathTypeTraits.h
Pedantic: first inline, then constexpr, then static.
14 years ago
Matrix.h
Another, more convenient way to swizzle.
14 years ago
Matrix3.h
Support for 2D transformations in addition to 3D in Matrix classes.
14 years ago
Matrix4.h
Support for 2D transformations in addition to 3D in Matrix classes.
14 years ago
Swizzle.h
Another, more convenient way to swizzle.
14 years ago
Vector.h
Another, more convenient way to swizzle.
14 years ago
Vector2.h
Custom @debugoperator command instead of hiding the functions.
14 years ago
Vector3.h
New function for vector component swizzling.
14 years ago
Vector4.h
New function for vector component swizzling.
14 years ago