|
QGIS API Documentation 3.99.0-Master (752b475928d)
|


Go to the source code of this file.
Classes | |
| class | QgsMatrix4x4 |
| A simple 4x4 matrix implementation useful for transformation in 3D space. More... | |
Functions | |
| CORE_EXPORT QgsMatrix4x4 | operator* (const QgsMatrix4x4 &m1, const QgsMatrix4x4 &m2) |
| Matrix-vector multiplication (vector is converted to homogeneous coordinates [X,Y,Z,1] and back). | |
| CORE_EXPORT QgsVector3D | operator* (const QgsMatrix4x4 &matrix, const QgsVector3D &vector) |
| Matrix-matrix multiplication (useful to concatenate transforms). | |
| CORE_EXPORT QgsMatrix4x4 operator* | ( | const QgsMatrix4x4 & | m1, |
| const QgsMatrix4x4 & | m2 ) |
Matrix-vector multiplication (vector is converted to homogeneous coordinates [X,Y,Z,1] and back).
Definition at line 113 of file qgsmatrix4x4.cpp.
| CORE_EXPORT QgsVector3D operator* | ( | const QgsMatrix4x4 & | matrix, |
| const QgsVector3D & | vector ) |
Matrix-matrix multiplication (useful to concatenate transforms).
Definition at line 114 of file qgsmatrix4x4.cpp.