summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
Commit message (Expand)AuthorAgeFilesLines
* Remove QMatrix4x4& return values in response to API review feedbackRhys Weatherley2009-11-042-78/+61
* Incorporate API review feedback for math3d classes.Rhys Weatherley2009-11-046-133/+165
* Fix ifdef around QMatrix4x4::rotate(QQuaternion)Rhys Weatherley2009-10-261-1/+1
* Optimize QGraphicsRotation's use of QMatrix4x4Rhys Weatherley2009-10-262-2/+110
* Add an extra overload for QMatrix4x4::toTransform()Rhys Weatherley2009-10-262-3/+22
* fix warnings about declarations shadowing class members (autotest reported)Jeremy Katz2009-09-295-46/+46
* QMatrix4x4::mapVector() to transform by top-left 3x3Rhys Weatherley2009-09-222-1/+33
* Increase precision when normalizing vectorsRhys Weatherley2009-09-214-8/+34
* Update license headers again.Jason McDonald2009-09-0912-48/+48
* Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-048-460/+415
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3112-156/+156
* doc: Fixed several qdoc errors.Martin Smith2009-08-281-1/+1
* Add implicit conversions from math3d classes to QVariantRhys Weatherley2009-08-2110-0/+58
* Add projection support to QMatrix4x4::toTransform()Rhys Weatherley2009-08-202-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-165-39/+63
* Add the QQuaternion::nlerp() function as a counterpart to slerp()Rhys Weatherley2009-04-162-0/+41
* Rename QQuaternion::interpolate() to slerp()Rhys Weatherley2009-04-162-2/+2
* Remove the int constructors from the vector classesRhys Weatherley2009-04-168-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