summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-286-0/+6
* QtGui: make some constructors explicitMarc Mutz2012-03-142-2/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-025-9/+9
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3012-12/+12
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-256-6/+0
* Update contact information in license headers.Jason McDonald2012-01-2312-12/+12
* Update copyright year in license headers.Jason McDonald2012-01-0512-12/+12
* Optimized QMatrix4x4 by improving how 'flagBits' are used.Kim Motoyoshi Kalland2011-08-292-408/+572