index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
Geometry
/
Quaternion.h
Commit message (
Expand
)
Author
Age
*
Add EIGEN_QUATERNION_PLUGIN
Gael Guennebaud
2015-09-07
*
fixed Quaternion identity initialization for non-implicitly convertible types
Sergiu Dotenco
2015-08-20
*
First part of a big refactoring of alignment control to enable the handling o...
Gael Guennebaud
2015-08-06
*
Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later ...
Christoph Hertzberg
2015-04-23
*
Fix bug #996: fix comparisons to 0 instead of Scalar(0)
Gael Guennebaud
2015-04-15
*
Backed out changeset 04c8c5d9efdf1f29901b6f1db266b1caf4853b12
Gael Guennebaud
2015-04-15
*
Fix bug #996: fix comparisons to 0 instead of Scalar(0)
Gael Guennebaud
2015-04-15
*
merge
Gael Guennebaud
2015-03-28
|
\
|
*
bug #983: Pass Vector3 by const reference and not by value
Christoph Hertzberg
2015-03-28
*
|
Pass Vector3 type by reference
Gael Guennebaud
2015-03-27
|
/
*
bug #824: improve accuracy of Quaternion::angularDistance using atan2 instead...
Gael Guennebaud
2015-03-04
*
Add SSE vectorization of Quaternion::conjugate. Significant speed-up when com...
Gael Guennebaud
2015-03-02
*
The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index
Gael Guennebaud
2015-02-16
*
bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...
Gael Guennebaud
2014-10-20
*
Make constructors explicit if they could lead to unintended implicit conversion
Christoph Hertzberg
2014-09-23
*
Remove deprecated code not used by evaluators
Gael Guennebaud
2014-09-18
*
Fix traits<Quaternion>::IsAligned when using evaluators
Gael Guennebaud
2014-09-15
*
Fixed bug #806: Missing scalar type cast in Quaternion::setFromTwoVectors()
Christoph Hertzberg
2014-05-05
*
bug #759: Removed hard-coded double-math from Quaternion::angularDistance.
Christoph Hertzberg
2014-03-12
*
Move the Base typedef's from private to public scope
Abraham Bachrach
2014-03-09
*
QuaternionBase::slerp was documented twice and one explanation was ambiguous.
Gael Guennebaud
2014-01-12
*
Fixed typos in comments
Christoph Hertzberg
2013-12-19
*
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 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
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
bug #482: pass scalar arguments by const references. This changeset only conc...
Gael Guennebaud
2012-06-28
*
Get rid of include directives inside namespace blocks (bug #339).
Jitse Niesen
2012-04-15
*
fix bug #439: add Quaternion::FromTwoVectors() static constructor
Gael Guennebaud
2012-03-26
*
fix static inline versus inline static issues (the former is the correct order)
Gael Guennebaud
2012-01-31
*
fix bug #398, the quaternion returned by slerp was not always normalized,
Gael Guennebaud
2011-12-23
*
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
*
bug #369 - Quaternion alignment is broken
Benoit Jacob
2011-10-31
*
Simplify the use of custom scalar types, the rule is to never directly call a...
Gael Guennebaud
2011-05-25
*
Document enums in Constants.h (bug #248).
Jitse Niesen
2011-05-03
*
Quaternion : add Flags on Quaternion's traits with the LvalueBit set if needed
Mathieu Gautier
2011-04-12
*
add quaternion Options, add unaligned possibility
Christoph Hertzberg
2011-01-27
*
bug #54 - really fix const correctness except in Sparse
Benoit Jacob
2010-12-22
*
bug #54 - The big Map const-correctness changes
Benoit Jacob
2010-12-10
*
Initial fixes for bug #85.
Hauke Heibel
2010-10-25
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
adapt Quaternion to JacobiSVD API changes.
Benoit Jacob
2010-10-08
*
fix vectorization logic and code of cross3 which was never enabled..
Gael Guennebaud
2010-09-08
*
add the possibility to extend QuaternionBase
Gael Guennebaud
2010-09-02
*
Several changes in comments to keep Doxygen happy.
Jitse Niesen
2010-07-25
[next]