31 Commits (e8c76b7d96a152c8af7212c255a9343545d18b4b)

Author SHA1 Message Date
Vladimír Vondruš e8c76b7d96 Forced exclusive use of bracket operators in Matrix and Vector. 14 years ago
Vladimír Vondruš 7e1a260286 Removed && and std::forward from Matrix and Vector constructors. 14 years ago
Vladimír Vondruš a3b754b88e Possiblity for constructing Vector from one value, like in GLSL. 14 years ago
Vladimír Vondruš 3495738fc0 Removed memcpy() from Matrix::set(), using Vector::from() in Matrix::at(). 14 years ago
Vladimír Vondruš 5bfdac108c Added some TODOs. 14 years ago
Vladimír Vondruš c8e33a74cc "constexpr"-ized Matrix and Vector classes. 14 years ago
Vladimír Vondruš b8f09a0616 Added arithmetic assign operators to Matrix and Vector. 14 years ago
Vladimír Vondruš 1cf69616a3 Documentation updates, "markdownization". 14 years ago
Vladimír Vondruš 05107f383b Doc: some workarounds for Doxygen C++11 support etc. 14 years ago
Vladimír Vondruš 7a03e48df8 Finally "initializer-list" constructor for Vector. 14 years ago
Vladimír Vondruš aedc90e712 Doc++ 14 years ago
Vladimír Vondruš c1374155b0 Math: function to compute product of all values in the vector. 14 years ago
Vladimír Vondruš 8d525be511 Using TypeTraits::epsilon and TypeTraits::equals instead of EPSILON. 14 years ago
Vladimír Vondruš b945f5f68b Happy New Year. 15 years ago
Vladimír Vondruš 9f8bb86dbb Preserve space before and after printing Matrix/Vector to Debug output. 15 years ago
Vladimír Vondruš 7f24696021 Don't return reference to temporary object in Debug output. 15 years ago
Vladimír Vondruš 31c70f2c08 Doc++ 15 years ago
Vladimír Vondruš be3dd97d0a Renamed Math/{constants.h => Math.h}. 15 years ago
Vladimír Vondruš 03289b18ac Doc++ 15 years ago
Vladimír Vondruš 8555475807 Support for printing Matrix and Vector to debug output. 15 years ago
Vladimír Vondruš 79aabfc0cc Store template parameters in Vector class for later retrieving. 15 years ago
Vladimír Vondruš c7b331d100 (Ahem...) Happy New Year! 15 years ago
Vladimír Vondruš 2e14f57560 Minor refactoring, documentation. 16 years ago
Vladimír Vondruš 00dbbd5ce2 Optimization: using dot product for computing vector length. 16 years ago
Vladimír Vondruš 2745471226 Don't even try to assign self to self. 16 years ago
Vladimír Vondruš 4e2f56c78b Function for negating a vector. 16 years ago
Vladimír Vondruš 75358451ea Function for angle between vectors. 16 years ago
Vladimír Vondruš cd568375f0 Use fuzzy compare also for Vector. 16 years ago
Vladimír Vondruš 1467dc0637 Inlined inline funciton. 16 years ago
Vladimír Vondruš cd196eca3c Don't forget to initalize the variables! 16 years ago
Vladimír Vondruš c41d6ad582 New namespace Magnum::Math. 16 years ago
Vladimír Vondruš 2a2d8c3dd5 Template vector class. 16 years ago