aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Transform.h
Commit message (Expand)AuthorAge
* Big renaming:Gravatar Benoit Jacob2010-01-04
* Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * Added more common typedefs.Gravatar Hauke Heibel2009-10-27
|/
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* add EIGEN_TRANSFORM_PLUGINGravatar Gael Guennebaud2009-08-17
* shame on meGravatar Gael Guennebaud2009-08-06
* fix my bad fix of Hauke's fix ;)Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fixed inversion for AffineCompact matricesGravatar Hauke Heibel2009-08-06
* add the missing Affine Transform * set of column vectors products...Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
| * forward-port Anthony Truchet's changeset 8eab0bccbf8b1969f32bb006b61d2137f6f3...Gravatar Benoit Jacob2009-07-30
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* fix #11: now the default Transform ctor set the last row in Affine mode.Gravatar Gael Guennebaud2009-06-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix #1 : need to nest by value the affine part in homogeneous productGravatar Gael Guennebaud2009-05-18
* add affine * homogeneous vector for backward compatibility (e.g.,Gravatar Gael Guennebaud2009-03-11
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
* fix compilation with old, and future gccGravatar Gael Guennebaud2009-03-10
* add a small note in Transform doc.Gravatar Gael Guennebaud2009-03-08
* big rework of the Transform class:Gravatar Gael Guennebaud2009-03-08
* Commented out duplicate definition of TransformTraits - was causingGravatar Andrew Coles2009-03-05
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* add computeRotationScaling and computeScalingRotation in SVDGravatar Benoit Jacob2009-01-22
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* *fix compilation with MSVC 2005 in the Transform::construct_from_matrixGravatar Benoit Jacob2009-01-05
* inherit from ei_with_aligned_operator_new even with disabled vectorizationGravatar Armin Berres2009-01-05
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* add matrix * transform productGravatar Gael Guennebaud2008-12-19
* Transform*Transform should return TransformGravatar Benoit Jacob2008-12-19
* * extractRotation ---> rotationGravatar Benoit Jacob2008-12-19
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* compilation fix thanks to Dennis SchriddeGravatar Benoit Jacob2008-12-13
* * add Transform explicit constructors taking translation/scaling/rotationGravatar Benoit Jacob2008-12-07
* * 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