![]() |
Qt 6.x
The Qt SDK
|
#include <qphysicscommands_p.h>
Inheritance diagram for QPhysicsCommandSetAngularVelocity:
Collaboration diagram for QPhysicsCommandSetAngularVelocity:Public Member Functions | |
| QPhysicsCommandSetAngularVelocity (const QVector3D &inAngularVelocity) | |
| void | execute (const QDynamicRigidBody &rigidBody, physx::PxRigidBody &body) override |
Public Member Functions inherited from QPhysicsCommand | |
| virtual | ~QPhysicsCommand ()=default |
| virtual void | execute (const QDynamicRigidBody &rigidBody, physx::PxRigidBody &body)=0 |
Definition at line 101 of file qphysicscommands_p.h.
| QPhysicsCommandSetAngularVelocity::QPhysicsCommandSetAngularVelocity | ( | const QVector3D & | inAngularVelocity | ) |
Definition at line 107 of file qphysicscommands.cpp.
|
overridevirtual |
Implements QPhysicsCommand.
Definition at line 113 of file qphysicscommands.cpp.
References Q_UNUSED, and QPhysicsUtils::toPhysXType().
Here is the call graph for this function: