Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qdoublematrix4x4.cpp File Reference

(2e719afd7a35904f04cf0cca76235d692e86d000)

#include "qdoublematrix4x4_p.h"
#include <QtCore/qmath.h>
#include <QtCore/qdatastream.h>
#include <cmath>
+ Include dependency graph for qdoublematrix4x4.cpp:

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)
 
QDataStreamoperator<< (QDataStream &stream, const QDoubleMatrix4x4 &matrix)
 
QDataStreamoperator>> (QDataStream &stream, QDoubleMatrix4x4 &matrix)
 

Function Documentation

◆ matrixDet2()

static double matrixDet2 ( const double m[4][4],
int col0,
int col1,
int row0,
int row1 )
inlinestatic

Definition at line 35 of file qdoublematrix4x4.cpp.

Referenced by matrixDet3().

+ Here is the caller graph for this function:

◆ matrixDet3()

static double matrixDet3 ( const double m[4][4],
int col0,
int col1,
int col2,
int row0,
int row1,
int row2 )
inlinestatic

Definition at line 40 of file qdoublematrix4x4.cpp.

References matrixDet2().

Referenced by matrixDet4().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ matrixDet4()

static double matrixDet4 ( const double m[4][4])
inlinestatic

Definition at line 49 of file qdoublematrix4x4.cpp.

References matrixDet3().

+ Here is the call graph for this function:

◆ operator/()

QDoubleMatrix4x4 operator/ ( const QDoubleMatrix4x4 & matrix,
double divisor )

Definition at line 212 of file qdoublematrix4x4.cpp.

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & stream,
const QDoubleMatrix4x4 & matrix )

Definition at line 1058 of file qdoublematrix4x4.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QDoubleMatrix4x4 & m )

Definition at line 1019 of file qdoublematrix4x4.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QDoubleMatrix4x4 & matrix )

Definition at line 1066 of file qdoublematrix4x4.cpp.