![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstaticphysxobjects_p.h>
Static Public Member Functions | |
| static constexpr PhysicsMaterialProperties | none () |
Public Attributes | |
| float | staticFriction = 0.f |
| float | dynamicFriction = 0.f |
| float | restitution = 0.f |
Friends | |
| bool | operator== (const PhysicsMaterialProperties &lhs, const PhysicsMaterialProperties &rhs) noexcept |
| size_t | qHash (const PhysicsMaterialProperties &properties, size_t seed=0) noexcept |
Definition at line 41 of file qstaticphysxobjects_p.h.
|
inlinestaticconstexpr |
Definition at line 49 of file qstaticphysxobjects_p.h.
Referenced by QAbstractPhysXNode::releaseMaterial().
|
friend |
Definition at line 51 of file qstaticphysxobjects_p.h.
References dynamicFriction, restitution, and staticFriction.
Referenced by QAbstractPhysXNode::updateMaterial().
|
friend |
Definition at line 59 of file qstaticphysxobjects_p.h.
References dynamicFriction, restitution, and staticFriction.
| float PhysicsMaterialProperties::dynamicFriction = 0.f |
Definition at line 44 of file qstaticphysxobjects_p.h.
Referenced by operator==, qHash, and QAbstractPhysXNode::updateMaterial().
| float PhysicsMaterialProperties::restitution = 0.f |
Definition at line 45 of file qstaticphysxobjects_p.h.
Referenced by operator==, qHash, and QAbstractPhysXNode::updateMaterial().
| float PhysicsMaterialProperties::staticFriction = 0.f |
Definition at line 43 of file qstaticphysxobjects_p.h.
Referenced by operator==, qHash, and QAbstractPhysXNode::updateMaterial().