![]() |
Qt 6.x
The Qt SDK
|
#include <QVector3D>
#include <QQuaternion>
#include <foundation/PxMat33.h>
#include <foundation/PxQuat.h>
#include <foundation/PxVec3.h>
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) |