summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d/qquaternion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-2/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QQuaternion: Deprecate conjugate() and introduce conjugated()Sérgio Martins2015-05-131-3/+11
* Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-071-0/+30
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+32
* [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-071-2/+49
* Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-051-17/+20
* Optimize quaternion to rotation matrix convertionKonstantin Ritt2015-02-261-19/+22
* [QQuaternion] Add operator* that rotates a vector with a quaternionKonstantin Ritt2015-02-261-0/+12
* [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-261-6/+6
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-251-4/+4
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-27/+27
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-141-0/+125
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-141-0/+50
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-061-0/+85
* [QMath3D] Add public c-tors that do not initialize the contentsKonstantin Ritt2015-02-041-0/+8
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-281-0/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-7/+7
* Fix a typo and make the QQuaternion constructor documentation even more explicitLaszlo Papp2013-01-251-2/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* WINCE: Fix missing cosfAndreas Holzammer2012-12-031-0/+2
* Remove last usages of qSin and friends from QQuaternionSean Harmer2012-11-261-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-071-44/+44
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-0/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-281-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+636