aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/AngleAxis.h
Commit message (Expand)AuthorAge
* Fixes #89.Gravatar Hauke Heibel2010-02-02
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* angle-axis doc: make it more clear the axis must be normalizedGravatar Gael Guennebaud2009-03-18
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* more MSVC fixes, and more code factorization in Geometry moduleGravatar Gael Guennebaud2009-01-29
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-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
* * added a RotationBase class following the CRT patternGravatar Gael Guennebaud2008-08-30
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* Fix a bug discovered in Avogadro: the AngleAxis*Matrix and the newerGravatar Benoit Jacob2008-08-24
* add AngleAxis::operator*(const Vector3&)Gravatar Benoit Jacob2008-08-24
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* * it's \returns not \ReturnsGravatar Benoit Jacob2008-08-20
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Add cholesky's members to MatrixBaseGravatar Gael Guennebaud2008-07-19
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* work on rotations in the Geometry module:Gravatar Gael Guennebaud2008-06-21