summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* QQuaternion: optimize op*Marc Mutz2015-05-131-1/+1
* QQuaternion: Deprecate conjugate() and introduce conjugated()Sérgio Martins2015-05-132-5/+23
* Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-044-5/+5
* QQuaternion: prepare isNull(), isIdentity() for constexpr'ificationMarc Mutz2015-05-041-2/+2
* QGenericMatrix: remove one of two non-initializing ctorsMarc Mutz2015-04-261-10/+8
* QGenericMatrix: remove copy ctorMarc Mutz2015-04-261-9/+0
* Simplify QQuaternion::operator!=()Marc Mutz2015-04-241-1/+1
* Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-072-0/+32
* Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-306-6/+12
* Fix private member initialization for QMatrix4x4(Qt::Uninitialized)Konstantin Ritt2015-03-161-1/+1
* Clarify QMatrix4x4::lookAt() docsLaszlo Agocs2015-03-071-4/+7
* Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-072-0/+34
* [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-072-2/+54
* Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-052-17/+27
* Fix QMatrix4x4::lookAt() in case of null directionKonstantin Ritt2015-02-261-1/+5
* Optimize quaternion to rotation matrix convertionKonstantin Ritt2015-02-262-38/+47
* [QQuaternion] Add operator* that rotates a vector with a quaternionKonstantin Ritt2015-02-262-0/+17
* [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-262-12/+12
* QtGui: Fix some qdoc-warnings.Friedemann Kleint2015-02-252-5/+5
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-165-44/+44
* [QQuaternion] Introduce to/from euler angles conversion routinesKonstantin Ritt2015-02-142-0/+144
* [QQuaternion] Introduce toAxisAndAngle()Konstantin Ritt2015-02-142-0/+59
* Update copyright headersJani Heikkinen2015-02-1112-84/+84
* [QQuaternion] Introduce to/from rotation matrix conversion routinesKonstantin Ritt2015-02-062-0/+89
* [QMath3D] Add public c-tors that do not initialize the contentsKonstantin Ritt2015-02-0412-0/+54
* Introduce QMatrix4x4::isAffine()Konstantin Ritt2015-01-282-0/+19
* Introduce QQuaternion::inverted()Konstantin Ritt2015-01-282-0/+24
* [QVectorND] Add missing operator/=(const QVectorND &)Konstantin Ritt2015-01-286-0/+108
* Add project/unproject methods in QVector3DPaul Lemire2015-01-222-0/+69
* Update license headers and add new license filesMatti Paaso2014-09-2412-228/+132
* Add viewport transform to QMatrix4x4Sean Harmer2014-05-162-0/+53
* Revert some previously added constexpr in QVector?d classesAlex Blasche2014-03-106-43/+7
* Make QVector* compile on Win/staticAlex Blasche2014-03-086-3/+11
* Convert more QVector*D member functions to constexprAlex Blasche2013-11-203-3/+31
* Add C++11 constexpr to 3D vector classesAlex Blasche2013-11-153-114/+114
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-086-29/+29
* Add operator[] to QVectorND classesSean Harmer2013-08-276-0/+102
* Doc: Corrected a typo in the constructor documentation.Venu2013-03-271-1/+1
* Add convenience distance methods to QVector2DLaszlo Papp2013-03-182-0/+36
* Add a minor convenience for calculating the distance to a pointLaszlo Papp2013-03-152-0/+14
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
* 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-1812-12/+12
* Make the documentation more explicit an talkativeLaszlo Papp2012-12-072-8/+10
* WINCE: Fix missing cosfAndreas Holzammer2012-12-032-0/+4
* Remove last usages of qSin and friends from QQuaternionSean Harmer2012-11-261-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-288/+288
* Remove temporary constructor used to make qreal->float changeSean Harmer2012-09-092-12/+0
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-0712-582/+615
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-284-0/+4