aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/EulerAngles
Commit message (Expand)AuthorAge
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* Use `static const int` instead of `enum` to avoid numerous `local-type-templa...Gravatar Christoph Hertzberg2018-09-07
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* bug #1464 : Fixes construction of EulerAngles from 3D vector expression.Gravatar Abhijit Kundu2017-08-30
* Fix compilation.Gravatar Gael Guennebaud2016-11-23
* Allow to construct EulerAngles from 3D vector directly.Gravatar Tal Hadad2016-11-18
* Add isApprox() and cast() functions.Gravatar Tal Hadad2016-10-17
* Fix calc bug, docs and better testing.Gravatar Tal Hadad2016-10-16
* Merge Hongkai Dai correct range calculation, and remove ranges from API.Gravatar Tal Hadad2016-10-14
|\
| * implement euler angles with the right rangesGravatar Hongkai Dai2016-10-13
|/
* remove ternary operator in euler anglesGravatar Hongkai Dai2016-09-19
* Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
* Little bit docsGravatar Tal Hadad2016-06-13
* Add static assertionGravatar Tal Hadad2016-06-13
* More docs, and minor code fixesGravatar Tal Hadad2016-06-12
* Doc EulerAngles class, and minor fixes.Gravatar Tal Hadad2016-06-06
* Fix Gael reports (except documention)Gravatar Tal Hadad2016-06-02
* Fix commentsGravatar Tal Hadad2015-12-20
* Use RotationBase, test quaternions and support ranges.Gravatar Tal Hadad2015-12-20
* Remove unneccesary comment.Gravatar Tal Hadad2015-12-20
* Much better tests, and a little bit more functionality.Gravatar Tal Hadad2015-12-20
* Initial fork of unsupported module EulerAngles.Gravatar Tal Hadad2015-09-27