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
QPhysicsCommandApplyImpulse Class Reference

#include <qphysicscommands_p.h>

Inheritance diagram for QPhysicsCommandApplyImpulse:
Collaboration diagram for QPhysicsCommandApplyImpulse:

Public Member Functions

 QPhysicsCommandApplyImpulse (const QVector3D &inImpulse, const QVector3D &inPosition)
 ~QPhysicsCommandApplyImpulse () 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 90 of file qphysicscommands_p.h.

Constructor & Destructor Documentation

◆ QPhysicsCommandApplyImpulse()

QPhysicsCommandApplyImpulse::QPhysicsCommandApplyImpulse ( const QVector3D & inImpulse,
const QVector3D & inPosition )
explicit

Definition at line 93 of file qphysicscommands.cpp.

References QPhysicsCommandApplyImpulse().

Referenced by QPhysicsCommandApplyImpulse().

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

◆ ~QPhysicsCommandApplyImpulse()

QPhysicsCommandApplyImpulse::~QPhysicsCommandApplyImpulse ( )
overridedefault

Member Function Documentation

◆ execute()

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

Implements QPhysicsCommand.

Definition at line 102 of file qphysicscommands.cpp.

References isKinematicBody().

Here is the call graph for this function:

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