index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Geometry
/
Rotation2D.h
Commit message (
Expand
)
Author
Age
*
Adding EIGEN_DEVICE_FUNC in the Geometry module.
Robert Lukierski
2016-10-12
*
Enable and fix -Wdouble-conversion warnings
Christoph Hertzberg
2016-05-05
*
Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...
Gael Guennebaud
2016-01-01
*
Add missing Rotation2D::operator=(Matrix2x2)
Gael Guennebaud
2015-12-03
*
Rotation2D: fix slerp to take the shortest path, and add convenient method to...
Gael Guennebaud
2015-07-07
*
Add unit tests for Rotation2D's inverse(), operator*, slerp, and fix regressi...
Gael Guennebaud
2014-10-20
*
Add missing default ctor in Rotation2D
Gael Guennebaud
2014-09-30
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix bug #415: wrong return in Rotation2D::operator*=
Gael Guennebaud
2012-02-08
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Safeguarded some Transform functions with compile time asserts.
Hauke Heibel
2010-07-29
*
email change
Gael Guennebaud
2010-06-24
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
precision ---> dummy_precision
Benoit Jacob
2009-11-26
*
fix issue #36 (missing return *this in Rotation2D
Gael Guennebaud
2009-08-11
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
fix duplicated geometry module in the doc
Gael Guennebaud
2009-01-29
*
* suppressed some minor warnings
Kenneth Frank Riddile
2009-01-06
*
* forgot to svn add 2 files
Benoit Jacob
2008-12-18
*
* Much better, consistent error msgs when mixing different scalar types:
Benoit Jacob
2008-12-03
*
Add isApprox in Geometry module's classes.
Gael Guennebaud
2008-10-25
*
oops forgot the inline keyword (though for gcc it was implicit)
Gael Guennebaud
2008-10-25
*
Add smart cast functions and ctor with scalar conversion (explicit)
Gael Guennebaud
2008-10-25
*
* Add Hyperplane::transform(Matrix/Transform)
Gael Guennebaud
2008-08-31
*
Split Rotation.h to Rotation2D.h and RotationBase.h,
Gael Guennebaud
2008-08-30