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š 7a1162acc7 Math: one more needless operator[] call in scatter(). 7 years ago
..
Algorithms Test: use the new setTestCaseTemplateName(). 7 years ago
Geometry Updated copyright year. 7 years ago
Test Math: support numeric indexing in gather() / scatter() as well. 7 years ago
Angle.cpp Adapted to Corrade changes. 7 years ago
Angle.h Math: clarifying comment for future self. 7 years ago
Bezier.h Math: remove obsolete Doxygen workarounds. 7 years ago
BoolVector.h Math: doc++ 7 years ago
CMakeLists.txt Math: move batch functionality to FunctionsBatch.h. 7 years ago
Color.cpp Math: ability to Debug colors as actual colored squares. 7 years ago
Color.h Math: silence an annoying warning from MSVC about 64-to-32bit conversion. 7 years ago
Complex.h Math: ensure ZeroInit and IdentityInit constructors are explicit. 7 years ago
ConfigurationValue.h Adapted to Corrade changes. 7 years ago
Constants.h Math: add a long double pi for sincos tests. 7 years ago
CubicHermite.h Math: make it possible to opt out of Debug output operators. 7 years ago
Distance.h Updated copyright year. 7 years ago
Dual.h Math: don't hide the vector/scalar overloads from docs. 7 years ago
DualComplex.h Math: remove obsolete Doxygen workarounds. 7 years ago
DualQuaternion.h Math: remove obsolete Doxygen workarounds. 7 years ago
Frustum.h Math: mention planeEquation() in Frustum docs and vice versa. 7 years ago
Functions.cpp Updated copyright year. 7 years ago
Functions.h Math: use __builtin_sincos for sincos() on GCC. 7 years ago
FunctionsBatch.h Math: make batch functions accept strided array views. 7 years ago
Half.cpp Adapted to Corrade changes. 7 years ago
Half.h Math: ensure ZeroInit and IdentityInit constructors are explicit. 7 years ago
Intersection.h Math: deprecate Frustum::planes() in favor of begin()/end(). 7 years ago
Math.h Math: use a dedicated type for HSV colors instead of a tuple. 7 years ago
Matrix.h Math: doc++ 7 years ago
Matrix3.h Math: doc++ 7 years ago
Matrix4.h Math: off-center Matrix4::perspectiveProjection(). 7 years ago
Packing.cpp Updated copyright year. 7 years ago
Packing.h Math: group the free functions to make them easier to look up. 7 years ago
Quaternion.h Math: clarify how quaternion data are ordered. 7 years ago
Range.h Doc++ 7 years ago
RectangularMatrix.h Math: fix a build issue with CUDA on Windows. 7 years ago
StrictWeakOrdering.h Math: avoid BOMs. 7 years ago
Swizzle.h Math: one more needless operator[] call in scatter(). 7 years ago
Tags.h Updated copyright year. 7 years ago
TypeTraits.h Math: expand UnderlyingTypeOf to support vectors and matrices. 7 years ago
Unit.h Math: doc++ 7 years ago
Vector.h Math: one more needless operator[] call in scatter(). 7 years ago
Vector2.h Math: no Vector::operator-() and Vector2::perpendicular() on unsigned. 7 years ago
Vector3.h Math: added scatter(), renamed swizzle() to gather(). 7 years ago
Vector4.h Math: mention planeEquation() in Frustum docs and vice versa. 7 years ago
instantiation.cpp Math: use a dedicated type for HSV colors instead of a tuple. 7 years ago