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š
3f9d449f58
Math: fix compilation with Clang.
...
It seems that with Clang you cannot split declaration and definition of
`constexpr` function. These should be as short as possible anyway, thus
it is non-issue.
13 years ago
..
Algorithms
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Geometry
Documentation fixes.
13 years ago
Test
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Angle.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
BoolVector.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
CMakeLists.txt
Math: renamed MathTypeTraits to TypeTraits.
13 years ago
Complex.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Constants.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Dual.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
DualComplex.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
DualQuaternion.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Functions.cpp
Relicensing to MIT/Expat license, part 3: source files.
13 years ago
Functions.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Math.h
Math: added TODO.
13 years ago
Matrix.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Matrix3.h
Math: fix compilation with Clang.
13 years ago
Matrix4.h
Math: fix compilation with Clang.
13 years ago
Quaternion.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
RectangularMatrix.h
Documentation fixes.
13 years ago
Swizzle.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
TypeTraits.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Unit.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Vector.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Vector2.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Vector3.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
Vector4.h
Math: deinlined heavy functions, removed redundant `inline`.
13 years ago
instantiation.cpp
Math: removed superfluous instantiation sources.
13 years ago