![]() |
Qt 6.x
The Qt SDK
|
Functions | |
| bool Q_QUICK3DUTILS_EXPORT | isFinite (const QQuaternion &q) |
| float Q_QUICK3DUTILS_EXPORT | magnitude (const QQuaternion &q) |
| bool Q_QUICK3DUTILS_EXPORT | isSane (const QQuaternion &q) |
| bool Q_QUICK3DUTILS_EXPORT | isUnit (const QQuaternion &q) |
| QVector3D Q_QUICK3DUTILS_EXPORT | rotated (const QQuaternion &q, const QVector3D &v) |
| QVector3D Q_QUICK3DUTILS_EXPORT | inverseRotated (const QQuaternion &q, const QVector3D &v) |
| QVector3D quant::inverseRotated | ( | const QQuaternion & | q, |
| const QVector3D & | v | ||
| ) |
Definition at line 144 of file qssgutils.cpp.
References QVector3D::x().
Here is the call graph for this function:| bool quant::isFinite | ( | const QQuaternion & | q | ) |
Definition at line 110 of file qssgutils.cpp.
References qIsFinite().
Here is the call graph for this function:| bool quant::isSane | ( | const QQuaternion & | q | ) |
| bool quant::isUnit | ( | const QQuaternion & | q | ) |
| float quant::magnitude | ( | const QQuaternion & | q | ) |
Definition at line 115 of file qssgutils.cpp.
| QVector3D quant::rotated | ( | const QQuaternion & | q, |
| const QVector3D & | v | ||
| ) |
Definition at line 132 of file qssgutils.cpp.
References QVector3D::x().
Here is the call graph for this function: