Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qphysicsutils_p.h File Reference
#include <QVector3D>
#include <QQuaternion>
#include <foundation/PxMat33.h>
#include <foundation/PxQuat.h>
#include <foundation/PxVec3.h>
+ Include dependency graph for qphysicsutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  physx
 
namespace  QPhysicsUtils
 

Functions

Q_ALWAYS_INLINE physx::PxVec3 QPhysicsUtils::toPhysXType (const QVector3D &qvec)
 
Q_ALWAYS_INLINE physx::PxQuat QPhysicsUtils::toPhysXType (const QQuaternion &qquat)
 
Q_ALWAYS_INLINE physx::PxMat33 QPhysicsUtils::toPhysXType (const QMatrix3x3 &m)
 
Q_ALWAYS_INLINE QVector3D QPhysicsUtils::toQtType (const physx::PxVec3 &vec)
 
Q_ALWAYS_INLINE QQuaternion QPhysicsUtils::toQtType (const physx::PxQuat &quat)