summaryrefslogtreecommitdiffstats
path: root/src/gui/math3d
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/math3d')
-rw-r--r--src/gui/math3d/qmatrix4x4.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp
index bad19267d3..5c1cdcc9fc 100644
--- a/src/gui/math3d/qmatrix4x4.cpp
+++ b/src/gui/math3d/qmatrix4x4.cpp
@@ -1627,8 +1627,6 @@ void QMatrix4x4::copyDataTo(float *values) const
third row and third column of the QMatrix4x4. This is suitable
for implementing orthographic projections where the z co-ordinate
should be dropped rather than projected.
-
- \sa toAffine()
*/
QTransform QMatrix4x4::toTransform() const
{
@@ -1651,8 +1649,6 @@ QTransform QMatrix4x4::toTransform() const
of the QMatrix4x4. This is suitable for implementing
orthographic projections where the z co-ordinate should
be dropped rather than projected.
-
- \sa toAffine()
*/
QTransform QMatrix4x4::toTransform(float distanceToPlane) const
{