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š
e2cc33f9d3
Math: don't use std::fma() on Emscripten.
...
With -O2 the test works, but with -O1 the compiler complains about
missing instruction. I guess -O2 just optimizes it away in this
particular case, so the safe option is to not use it at all.
10 years ago
..
Algorithms
Hell, this project is big.
10 years ago
Geometry
Modern CMake usage: reworked to use target-specific properties.
10 years ago
Test
Make all non-GL tests building and passing on WebGL/Emscripten.
10 years ago
Angle.h
Math: ability to save and restore Deg and Rad from configuration.
10 years ago
BoolVector.h
Math: minor cleanup.
10 years ago
CMakeLists.txt
Hell, this project is big.
10 years ago
Color.h
Math: 8-bit and float RGB and RGBA literals.
10 years ago
Complex.h
Hell, this project is big.
10 years ago
Constants.h
Hell, this project is big.
10 years ago
Dual.h
Hell, this project is big.
10 years ago
DualComplex.h
Hell, this project is big.
10 years ago
DualQuaternion.h
Hell, this project is big.
10 years ago
Functions.cpp
Hell, this project is big.
10 years ago
Functions.h
Math: don't use std::fma() on Emscripten.
10 years ago
Math.h
Hell, this project is big.
10 years ago
Matrix.h
Hell, this project is big.
10 years ago
Matrix3.h
Hell, this project is big.
10 years ago
Matrix4.h
Hell, this project is big.
10 years ago
Quaternion.h
Hell, this project is big.
10 years ago
Range.h
Math: added Range::contains().
10 years ago
RectangularMatrix.h
Hell, this project is big.
10 years ago
Swizzle.h
Hell, this project is big.
10 years ago
Tags.h
Hell, this project is big.
10 years ago
TypeTraits.h
Math: proper implementation of Vector::isZero() for integers.
10 years ago
Unit.h
Hell, this project is big.
10 years ago
Vector.h
Math: doc++
10 years ago
Vector2.h
Hell, this project is big.
10 years ago
Vector3.h
Hell, this project is big.
10 years ago
Vector4.h
Hell, this project is big.
10 years ago
instantiation.cpp
Hell, this project is big.
10 years ago