Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPhysicsCommandSetAngularVelocity Class Reference

#include <qphysicscommands_p.h>

Inheritance diagram for QPhysicsCommandSetAngularVelocity:
Collaboration diagram for QPhysicsCommandSetAngularVelocity:

Public Member Functions

 QPhysicsCommandSetAngularVelocity (const QVector3D &inAngularVelocity)
 ~QPhysicsCommandSetAngularVelocity () override
void execute (const QDynamicRigidBody &rigidBody, physx::PxRigidBody &body) override
Public Member Functions inherited from QPhysicsCommand
 QPhysicsCommand ()=default
virtual ~QPhysicsCommand ()

Detailed Description

Definition at line 115 of file qphysicscommands_p.h.

Constructor & Destructor Documentation

◆ QPhysicsCommandSetAngularVelocity()

QPhysicsCommandSetAngularVelocity::QPhysicsCommandSetAngularVelocity ( const QVector3D & inAngularVelocity)
explicit

Definition at line 131 of file qphysicscommands.cpp.

References QPhysicsCommandSetAngularVelocity().

Referenced by QPhysicsCommandSetAngularVelocity().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~QPhysicsCommandSetAngularVelocity()

QPhysicsCommandSetAngularVelocity::~QPhysicsCommandSetAngularVelocity ( )
overridedefault

Member Function Documentation

◆ execute()

void QPhysicsCommandSetAngularVelocity::execute ( const QDynamicRigidBody & rigidBody,
physx::PxRigidBody & body )
overridevirtual

Implements QPhysicsCommand.

Definition at line 140 of file qphysicscommands.cpp.


The documentation for this class was generated from the following files: