aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Rotation2D.h
Commit message (Expand)AuthorAge
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
* Rotation2D: fix slerp to take the shortest path, and add convenient method to...Gravatar Gael Guennebaud2015-07-07
* Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi...Gravatar Gael Guennebaud2014-10-20
* Add missing default ctor in Rotation2DGravatar Gael Guennebaud2014-09-30
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix bug #415: wrong return in Rotation2D::operator*=Gravatar Gael Guennebaud2012-02-08
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
* email changeGravatar Gael Guennebaud2010-06-24
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* fix issue #36 (missing return *this in Rotation2DGravatar Gael Guennebaud2009-08-11
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Add isApprox in Geometry module's classes.Gravatar Gael Guennebaud2008-10-25
* oops forgot the inline keyword (though for gcc it was implicit)Gravatar Gael Guennebaud2008-10-25
* Add smart cast functions and ctor with scalar conversion (explicit)Gravatar Gael Guennebaud2008-10-25
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30