aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
Commit message (Expand)AuthorAge
* change the Arch constants: const int ---> enum, more explicit names, and useGravatar Benoit Jacob2009-12-14
* Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* Fix poor Quaternion::slerp snappingGravatar Gael Guennebaud2009-12-04
* mergeGravatar Gael Guennebaud2009-12-04
|\
* | fix compilation and clean a bit Map<Quaternion>Gravatar Gael Guennebaud2009-12-04
|/
* fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
* Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* * add Map<Quaternion> test based on Map from test/map.cppGravatar Mathieu Gautier2009-11-13
* * mergeGravatar Benoit Jacob2009-11-09
|\
* | last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
| * Quaternion: fix compilation, cleaningGravatar Gael Guennebaud2009-11-09
| * fix compilationGravatar Benoit Jacob2009-10-31
* | sync with mainlineGravatar Benoit Jacob2009-10-28
|\|
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * * rename new Quat class to Quaternion, remove existing QuaternionGravatar Benoit Jacob2009-10-27
| * Quaternion could now map an array of 4 scalars :Gravatar Mathieu Gautier2009-10-27
| * Added more common typedefs.Gravatar Hauke Heibel2009-10-27
| * Umeyama is now working with fixed size src and dst points.Gravatar Hauke Heibel2009-10-27
| * demeaning with colwise expressionGravatar Hauke Heibel2009-10-22
|/
* * 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
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* Fixed a cast warning in scaleAndAddTo.Gravatar Hauke Heibel2009-08-31
* add EIGEN_TRANSFORM_PLUGINGravatar Gael Guennebaud2009-08-17
* revert previous change in Quaternion::setFromTwoVectorsGravatar Gael Guennebaud2009-08-15
* fix setFromTwoVectors because of the change in sorting of the the singular va...Gravatar Gael Guennebaud2009-08-15
* fix issue #36 (missing return *this in Rotation2DGravatar Gael Guennebaud2009-08-11
* oops, one more bug fix in homogeneousGravatar Gael Guennebaud2009-08-06
* fixes in determinant and homogeneousGravatar Gael Guennebaud2009-08-06
* 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
* more product refactoringGravatar Gael Guennebaud2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* fix compilation and segfault issuesGravatar Gael Guennebaud2009-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
* make the dot product linear in the second variable, not the first variableGravatar Benoit Jacob2009-08-03
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
| * s/std::atan2/ei_atan2Gravatar Gael Guennebaud2009-07-31
| * compilation fixes for sun CCGravatar Gael Guennebaud2009-07-31
| * forward-port Anthony Truchet's changeset 8eab0bccbf8b1969f32bb006b61d2137f6f3...Gravatar Benoit Jacob2009-07-30
* | synch with main devel branchGravatar Gael Guennebaud2009-07-14
|\|
| * slight change in the comparison to -1Gravatar Gael Guennebaud2009-07-10
| * quick reimplementation of SVD from the numeral recipes book:Gravatar Gael Guennebaud2009-07-06
| * switch from eigensolver to SVD which seems to be more accurate with floatGravatar Gael Guennebaud2009-07-06