Qt 4.8
|
#include "qmatrix4x4.h"
#include <QtCore/qmath.h>
#include <QtCore/qvariant.h>
#include <QtGui/qmatrix.h>
#include <QtGui/qtransform.h>
Go to the source code of this file.
Functions | |
static qreal | matrixDet3 (const qreal m[4][4], int col0, int col1, int col2, int row0, int row1, int row2) |
static qreal | matrixDet4 (const qreal m[4][4]) |
QDebug | operator<< (QDebug dbg, const QMatrix4x4 &m) |
QDataStream & | operator<< (QDataStream &stream, const QMatrix4x4 &matrix) |
QDataStream & | operator>> (QDataStream &stream, QMatrix4x4 &matrix) |
Variables | |
static const qreal | inv_dist_to_plane = 1. / 1024. |
|
inlinestatic |
Definition at line 363 of file qmatrix4x4.cpp.
Referenced by QMatrix4x4::inverted(), matrixDet4(), QMatrix4x4::normalMatrix(), and QMatrix4x4::QMatrix4x4().
Definition at line 378 of file qmatrix4x4.cpp.
Referenced by QMatrix4x4::determinant(), and QMatrix4x4::inverted().
QDebug operator<< | ( | QDebug | dbg, |
const QMatrix4x4 & | m | ||
) |
Definition at line 1955 of file qmatrix4x4.cpp.
Referenced by QMatrix4x4::constData(), and QMatrix4x4::data().
|
related |
Definition at line 2000 of file qmatrix4x4.cpp.
|
related |
Definition at line 2021 of file qmatrix4x4.cpp.
Referenced by QMatrix4x4::data().
|
static |
Definition at line 64 of file qmatrix4x4.cpp.
Referenced by QMatrix4x4::projectedRotate(), and QMatrix4x4::toTransform().