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
*
bug #1461: fix compilation of Map<const Quaternion>::x()
Gael Guennebaud
2017-08-22
*
bug #1411: fix usage of alignment information in vectorization of quaternion ...
Gael Guennebaud
2017-06-07
*
Fixes for min and abs after Benoit's comments, switched to numext.
Robert Lukierski
2016-10-13
*
Adding EIGEN_DEVICE_FUNC in the Geometry module.
Robert Lukierski
2016-10-12
*
Remove static constant declaration: this enforces compiler to generate costly...
Gael Guennebaud
2016-07-18
*
Rename UniformRandom to UnitRandom.
Gael Guennebaud
2016-05-20
*
Fix coding practice in Quaternion::UniformRandom
Gael Guennebaud
2016-05-20
*
bug #823: add static method to Quaternion for uniform random rotations.
Joseph Mirabel
2016-05-20
*
bug #537: fix compilation with Apples's compiler
Gael Guennebaud
2016-03-02
*
Fix matrix to quaternion (and angleaxis) conversion for matrix expression.
Gael Guennebaud
2015-12-01
*
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
[next]