aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
Commit message (Expand)AuthorAge
...
* Remove std:: prefixGravatar Gael Guennebaud2016-09-30
* bug #1312: Quaternion to AxisAngle conversion now ensures the angle will be i...Gravatar Gael Guennebaud2016-09-29
* bug #1304: fix Projective * scaling and Projective *= scalingGravatar Gael Guennebaud2016-09-23
* remove ternary operator in euler anglesGravatar Hongkai Dai2016-09-19
* Fix typo in doc.Gravatar Gael Guennebaud2016-09-13
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Remove static constant declaration: this enforces compiler to generate costly...Gravatar Gael Guennebaud2016-07-18
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Move MatrixBase::operaotr*(UniformScaling) as a free function in Scaling.h, a...Gravatar Gael Guennebaud2016-06-14
* | Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * Fixed type conversion from intGravatar Abhijit Kundu2016-06-08
| * bug #1201: improve code generation of affine*vec with MSVCGravatar Gael Guennebaud2016-06-06
|/
* Rename UniformRandom to UnitRandom.Gravatar Gael Guennebaud2016-05-20
* Fix coding practice in Quaternion::UniformRandomGravatar Gael Guennebaud2016-05-20
* bug #823: add static method to Quaternion for uniform random rotations.Gravatar Joseph Mirabel2016-05-20
* bug #1201: optimize affine*vector productsGravatar Gael Guennebaud2016-05-19
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* bug #537: fix compilation with Apples's compilerGravatar Gael Guennebaud2016-03-02
* bug #774: re-added comment referencing equations in the original paperGravatar Hauke Heibel2016-02-11
* bug #774: fix a numerical issue producing unwanted reflections.Gravatar Gael Guennebaud2016-02-11
* bug #1156: fix several function declarations whose arguments were passed by v...Gravatar Gael Guennebaud2016-01-27
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Fix and clarify documentation of Transform wrt operator*(MatrixBase)Gravatar Gael Guennebaud2015-12-08
* Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
* bug #1123: add missing documentation of angle() and axis()Gravatar Gael Guennebaud2015-12-01
* Fix matrix to quaternion (and angleaxis) conversion for matrix expression.Gravatar Gael Guennebaud2015-12-01
* use explicit Scalar types for AngleAxis initializationGravatar Sergiu Dotenco2015-08-28
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
* Add support for permutation * homogenousGravatar Gael Guennebaud2015-09-28
* Add EIGEN_QUATERNION_PLUGINGravatar Gael Guennebaud2015-09-07
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* fixed Quaternion identity initialization for non-implicitly convertible typesGravatar Sergiu Dotenco2015-08-20
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Rotation2D: fix slerp to take the shortest path, and add convenient method to...Gravatar Gael Guennebaud2015-07-07
* Document how cross behaves on complex numbersGravatar Gael Guennebaud2015-06-24
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Fix usage of nested versus nested_evalGravatar Gael Guennebaud2015-06-19
* Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
* bug #997: add missing evaluators for m.lazyProduct(v.homogeneous())Gravatar Gael Guennebaud2015-06-08
* bug #999: clarify that behavior of empty AlignedBoxes is undefined, and furth...Gravatar Christoph Hertzberg2015-04-30
* Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later ...Gravatar Christoph Hertzberg2015-04-23
* Fix bug #996: fix comparisons to 0 instead of Scalar(0)Gravatar Gael Guennebaud2015-04-15
* Backed out changeset 04c8c5d9efdf1f29901b6f1db266b1caf4853b12Gravatar Gael Guennebaud2015-04-15
* Fix bug #996: fix comparisons to 0 instead of Scalar(0)Gravatar Gael Guennebaud2015-04-15