| Commit message (Expand) | Author | Age |
* | QuaternionBase::slerp was documented twice and one explanation was ambiguous. | Gael Guennebaud | 2014-01-12 |
* | Fixed typos in comments | Christoph Hertzberg | 2013-12-19 |
* | Fix bug #609: Euler angles are in Range [0:pi]x[-pi:pi]x[-pi:pi]. | Christoph Hertzberg | 2013-11-29 |
* | merge with default branch | Gael Guennebaud | 2013-11-05 |
|\ |
|
* | | Fixed InnerPanel definition in the Transformation class. | Hauke Heibel | 2013-08-27 |
| * | Add nvcc support for small eigenvalues decompositions and workaround lack of ... | Gael Guennebaud | 2013-08-01 |
* | | bug #502: add bool intersects() methods to AlignedBox | Sven Strothoff | 2013-07-28 |
| * | merge with main branch | Gael Guennebaud | 2013-07-17 |
| |\
| |/
|/| |
|
* | | Add no_assignment_operator to a few classes that must not be assigned, and fi... | Gael Guennebaud | 2013-07-10 |
* | | Fix a couple of warnings | Gael Guennebaud | 2013-06-21 |
* | | Remove meaningless explicit qualifier | Gael Guennebaud | 2013-06-12 |
* | | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | | Fix bug #598: add explicit cast to Scalar type | Gael Guennebaud | 2013-06-10 |
* | | Fix bug #609: avoid if statement and improve consistency of eulerAngles method | Gael Guennebaud | 2013-06-09 |
| * | merge with default branch | Gael Guennebaud | 2013-04-19 |
| |\
| |/
|/| |
|
* | | Fix bug #482: pass scalar value by const reference (it remained a few cases) | Gael Guennebaud | 2013-04-12 |
| * | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min... | Gael Guennebaud | 2013-04-05 |
* | | Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin... | Gael Guennebaud | 2013-03-01 |
* | | Fix "type qualifiers are meaningless here" warnings | Gael Guennebaud | 2013-02-28 |
* | | bug #482: pass scalar arguments by const references. Still remains a few case... | Gael Guennebaud | 2013-02-25 |
|/ |
|
* | Fix traits of Map<Quaternion>, and respectively extend the unit tests | Gael Guennebaud | 2013-01-20 |
* | Some minor documentation fixes in Quaternion | Gael Guennebaud | 2013-01-20 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensions | Gael Guennebaud | 2012-10-24 |
* | Removed scaling from the umeyama when it is not requested. | Hauke Heibel | 2012-09-25 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix compilation with MSVC | Gael Guennebaud | 2012-07-05 |
* | fix bug #487: isometry * scaling was not compiling | Gael Guennebaud | 2012-07-04 |
* | fix implicit scalar conversion | Gael Guennebaud | 2012-06-28 |
* | bug #482: pass scalar arguments by const references. This changeset only conc... | Gael Guennebaud | 2012-06-28 |
* | fix bug #477: warning with gcc 4.7 | Gael Guennebaud | 2012-06-20 |
* | workaround ICC 11.1 compilation issue | Gael Guennebaud | 2012-06-08 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fix bug #362 and add missing specialization for affine-compact * projective | Gael Guennebaud | 2012-03-30 |
* | fix bug #439: add Quaternion::FromTwoVectors() static constructor | Gael Guennebaud | 2012-03-26 |
* | s/__SSE3__/EIGEN_VECTORIZE_SSE3 | Gael Guennebaud | 2012-03-21 |
* | fix bug #415: wrong return in Rotation2D::operator*= | Gael Guennebaud | 2012-02-08 |
* | Improve performance of some Transform<> operations by better preserving the a... | Gael Guennebaud | 2012-02-07 |
* | fix a dozen of warnings with MSVC, and get rid of some useless throw() | Gael Guennebaud | 2012-02-06 |
* | fix several const qualifier issues: double ones, meaningless ones, some missi... | Gael Guennebaud | 2012-02-03 |
* | fix static inline versus inline static issues (the former is the correct order) | Gael Guennebaud | 2012-01-31 |
* | Fix broken asserts releaved by Clang. | Keir Mierle | 2012-01-18 |
* | fix bug #398, the quaternion returned by slerp was not always normalized, | Gael Guennebaud | 2011-12-23 |
* | feature 297: s/intersectionPoint/pointAt, fix documentation, add a unit test | Gael Guennebaud | 2011-12-10 |
* | feature 297: add ParametrizedLine::intersectionPoint() and intersectionParam() | Andy Somerville | 2011-12-10 |
* | bug #352:properly cast constants | Igor Krivenko | 2011-12-09 |
* | Document QuaternionBase, minor doc improvements. | Jitse Niesen | 2011-12-08 |
* | fix QuaternionBase::cast. | Gael Guennebaud | 2011-12-05 |
* | [Geometry/AlignedBox] New typedefs, like for Core/Matrix | Dennis Schridde | 2011-11-09 |
* | bug #369 - Quaternion alignment is broken | Benoit Jacob | 2011-10-31 |