Qt 4.8
|
#include <QtCore/qmetatype.h>
#include <QtCore/qdebug.h>
#include <QtCore/qdatastream.h>
Go to the source code of this file.
Classes | |
class | QGenericMatrix< N, M, T > |
The QGenericMatrix class is a template class that represents a NxM transformation matrix with N columns and M rows. More... | |
Typedefs | |
typedef QGenericMatrix< 2, 2, qreal > | QMatrix2x2 |
typedef QGenericMatrix< 2, 3, qreal > | QMatrix2x3 |
typedef QGenericMatrix< 2, 4, qreal > | QMatrix2x4 |
typedef QGenericMatrix< 3, 2, qreal > | QMatrix3x2 |
typedef QGenericMatrix< 3, 3, qreal > | QMatrix3x3 |
typedef QGenericMatrix< 3, 4, qreal > | QMatrix3x4 |
typedef QGenericMatrix< 4, 2, qreal > | QMatrix4x2 |
typedef QGenericMatrix< 4, 3, qreal > | QMatrix4x3 |
Functions | |
template<int N, int M1, int M2, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< M1, M2, T > | operator* (const QGenericMatrix< N, M2, T > &m1, const QGenericMatrix< M1, N, T > &m2) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator* (T factor, const QGenericMatrix< N, M, T > &matrix) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator* (const QGenericMatrix< N, M, T > &matrix, T factor) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator+ (const QGenericMatrix< N, M, T > &m1, const QGenericMatrix< N, M, T > &m2) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator- (const QGenericMatrix< N, M, T > &m1, const QGenericMatrix< N, M, T > &m2) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator- (const QGenericMatrix< N, M, T > &matrix) |
template<int N, int M, typename T > | |
Q_OUTOFLINE_TEMPLATE QGenericMatrix< N, M, T > | operator/ (const QGenericMatrix< N, M, T > &matrix, T divisor) |
template<int N, int M, typename T > | |
QDebug | operator<< (QDebug dbg, const QGenericMatrix< N, M, T > &m) |
template<int N, int M, typename T > | |
QDataStream & | operator<< (QDataStream &stream, const QGenericMatrix< N, M, T > &matrix) |
template<int N, int M, typename T > | |
QDataStream & | operator>> (QDataStream &stream, QGenericMatrix< N, M, T > &matrix) |
|
related |
Definition at line 340 of file qgenericmatrix.h.
|
related |
Definition at line 341 of file qgenericmatrix.h.
|
related |
Definition at line 342 of file qgenericmatrix.h.
|
related |
Definition at line 343 of file qgenericmatrix.h.
|
related |
Definition at line 344 of file qgenericmatrix.h.
|
related |
Definition at line 345 of file qgenericmatrix.h.
|
related |
Definition at line 346 of file qgenericmatrix.h.
|
related |
Definition at line 347 of file qgenericmatrix.h.
|
related |
Definition at line 277 of file qgenericmatrix.h.
|
related |
Definition at line 302 of file qgenericmatrix.h.
|
related |
Definition at line 312 of file qgenericmatrix.h.
|
related |
Definition at line 257 of file qgenericmatrix.h.
|
related |
Definition at line 267 of file qgenericmatrix.h.
|
related |
Definition at line 292 of file qgenericmatrix.h.
|
related |
Definition at line 322 of file qgenericmatrix.h.
QDebug operator<< | ( | QDebug | dbg, |
const QGenericMatrix< N, M, T > & | m | ||
) |
Definition at line 352 of file qgenericmatrix.h.
|
related |
Definition at line 371 of file qgenericmatrix.h.
|
related |
Definition at line 380 of file qgenericmatrix.h.