![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdoublematrix4x4_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qdatastream.h>
#include <cmath>
Go to the source code of this file.
Functions | |
static double | matrixDet2 (const double m[4][4], int col0, int col1, int row0, int row1) |
static double | matrixDet3 (const double m[4][4], int col0, int col1, int col2, int row0, int row1, int row2) |
static double | matrixDet4 (const double m[4][4]) |
QDoubleMatrix4x4 | operator/ (const QDoubleMatrix4x4 &matrix, double divisor) |
QDebug | operator<< (QDebug dbg, const QDoubleMatrix4x4 &m) |
QDataStream & | operator<< (QDataStream &stream, const QDoubleMatrix4x4 &matrix) |
QDataStream & | operator>> (QDataStream &stream, QDoubleMatrix4x4 &matrix) |
|
inlinestatic |
Definition at line 35 of file qdoublematrix4x4.cpp.
Referenced by matrixDet3().
|
inlinestatic |
Definition at line 40 of file qdoublematrix4x4.cpp.
References matrixDet2().
Referenced by matrixDet4().
|
inlinestatic |
Definition at line 49 of file qdoublematrix4x4.cpp.
References matrixDet3().
QDoubleMatrix4x4 operator/ | ( | const QDoubleMatrix4x4 & | matrix, |
double | divisor ) |
Definition at line 212 of file qdoublematrix4x4.cpp.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QDoubleMatrix4x4 & | matrix ) |
Definition at line 1058 of file qdoublematrix4x4.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QDoubleMatrix4x4 & | m ) |
Definition at line 1019 of file qdoublematrix4x4.cpp.
QDataStream & operator>> | ( | QDataStream & | stream, |
QDoubleMatrix4x4 & | matrix ) |
Definition at line 1066 of file qdoublematrix4x4.cpp.