summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-10-025-46/+46
|\
| * fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-295-46/+46
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-09-296-9/+67
|\ \ | |/
| * QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-222-1/+33
| * Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* | Merge commit 'qt-mainline/4.6' into kinetic-declarativeuiAndreas Aardal Hanssen2009-09-1512-48/+48
|\ \ | |/
| * Update license headers again.Jason McDonald2009-09-0912-48/+48
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Martin Jones2009-09-088-460/+415
|\ \ | |/
| * Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-048-460/+415
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-3112-156/+156
|\ \ | |/
| * Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3112-156/+156
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-311-1/+1
|\ \ | |/
| * doc: Fixed several qdoc errors.Martin Smith2009-08-281-1/+1
* | Fix bad merge of QVector3D.Michael Brasser2009-08-252-10/+0
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarati...Michael Brasser2009-08-2510-0/+58
|\ \ | |/
| * Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
* | Fix compilation (missing include)Kai Koehne2009-08-251-0/+1
* | QVector3D: missing implicit conversion to QVariantThomas Hartmann2009-08-252-0/+10
|/
* Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-192-7/+48
* Optimize QMatrix4x4::rotate() for 0, 90, 180, 270 degrees.Rhys Weatherley2009-08-181-4/+17
* Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-176-0/+8
* Update contact URL in license headers.Jason McDonald2009-08-1212-12/+12
* Faster quaternion multiplications.Ariya Hidayat2009-08-061-18/+11
* Doc: Document that coordinates are dropped.Volker Hilsheimer2009-07-252-4/+8
* Add the math3d types to QVariantRhys Weatherley2009-07-2310-24/+247
* Directly copy QGenericMatrix members instead of using qMemCopy()Rhys Weatherley2009-07-091-1/+3
* Remove some left-over mentions of fixed-point in math3dRhys Weatherley2009-07-095-20/+3
* Define M_PI in qmath.h if not defined by math.h (as is the case on Windows), ...Volker Hilsheimer2009-07-082-8/+0
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-1712-24/+24
* doc: Fixed several qdoc errors.Martin Smith2009-06-161-1/+1
* doc: Fixed several qdoc warnings.Martin Smith2009-06-151-1/+1
* Fix some incorrect license headers.Jason McDonald2009-06-1012-12/+12
* Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
* QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
* Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-022-30/+65
* Fixed typos 'indended' -> 'intended'Thorbjørn Lindeijer2009-04-212-6/+6
* Optimize vector normalize for vectors of length 1Rhys Weatherley2009-04-155-39/+63
* Add the QQuaternion::nlerp() function as a counterpart to slerp()Rhys Weatherley2009-04-152-0/+41
* Rename QQuaternion::interpolate() to slerp()Rhys Weatherley2009-04-152-2/+2
* Remove the int constructors from the vector classesRhys Weatherley2009-04-158-37/+0
* Rename qIsFuzzyNull to qFuzzyIsNullBjoern Erik Nilsen2009-04-081-1/+1
* Use qIsFuzzyNull rather than the more expensive qFuzzyCompareBjoern Erik Nilsen2009-04-081-1/+1
* Remove fixed-point support from math3dRhys Weatherley2009-04-0817-2084/+380
* Update the license on this code to match the rest.Thiago Macieira2009-03-3117-17/+527
* Long live Qt!Lars Knoll2009-03-2318-0/+7700