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
qphysicscommands.cpp File Reference

(409441cbaffe8e466b5bfb16cea080b83fea2a97)

#include "qphysicsworld_p.h"
#include "qphysicscommands_p.h"
#include "qphysicsutils_p.h"
#include "qdynamicrigidbody_p.h"
#include "PxPhysicsAPI.h"
#include <QtGui/qquaternion.h>
Include dependency graph for qphysicscommands.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE bool isKinematicBody (physx::PxRigidBody &body)
static void resolveCCDFlags (physx::PxRigidBody &body, QDynamicRigidBody::CCDType ccd, bool isKinematic, bool worldEnableCCD)

Function Documentation

◆ isKinematicBody()

QT_BEGIN_NAMESPACE bool isKinematicBody ( physx::PxRigidBody & body)
static

Definition at line 15 of file qphysicscommands.cpp.

Referenced by QPhysicsCommandApplyCentralForce::execute(), QPhysicsCommandApplyCentralImpulse::execute(), QPhysicsCommandApplyForce::execute(), QPhysicsCommandApplyImpulse::execute(), QPhysicsCommandApplyTorque::execute(), and QPhysicsCommandApplyTorqueImpulse::execute().

Here is the caller graph for this function:

◆ resolveCCDFlags()

void resolveCCDFlags ( physx::PxRigidBody & body,
QDynamicRigidBody::CCDType ccd,
bool isKinematic,
bool worldEnableCCD )
static

Definition at line 20 of file qphysicscommands.cpp.