![]() |
|
Joint drive descriptor The expected drive formula: force = spring * (target position - position) + damping * (targetVelocity - velocity) More...
#include <parseDesc.h>
Public Member Functions | |
| bool | operator== (const UsdPhysicsJointDrive &) const |
Public Attributes | |
| bool | enabled |
| Defines whether drive is enabled or not. | |
| float | targetPosition |
| Drive target position. | |
| float | targetVelocity |
| Drive target velocity. | |
| float | forceLimit |
| force limit | |
| float | stiffness |
| Drive stiffness. | |
| float | damping |
| Drive damping. | |
| bool | acceleration |
| Drive mode is acceleration or force. | |
Joint drive descriptor The expected drive formula: force = spring * (target position - position) + damping * (targetVelocity - velocity)
Definition at line 663 of file parseDesc.h.
|
inline |
Definition at line 665 of file parseDesc.h.
|
inline |
Definition at line 671 of file parseDesc.h.
| bool acceleration |
Drive mode is acceleration or force.
Definition at line 689 of file parseDesc.h.
| float damping |
Drive damping.
Definition at line 687 of file parseDesc.h.
| bool enabled |
Defines whether drive is enabled or not.
Definition at line 677 of file parseDesc.h.
| float forceLimit |
force limit
Definition at line 683 of file parseDesc.h.
| float stiffness |
Drive stiffness.
Definition at line 685 of file parseDesc.h.
| float targetPosition |
Drive target position.
Definition at line 679 of file parseDesc.h.
| float targetVelocity |
Drive target velocity.
Definition at line 681 of file parseDesc.h.