|
SuperDex Physics C++ API
|
Prefab parameters for a ArticulatedSingleDofTargetConstraintParams. More...
#include <mochi_prefab.h>
Public Attributes | |
| DynamicString | actorName |
| Name or hierarchy path identifying the articulated actor. | |
| Public Attributes inherited from superdex::ArticulatedSingleDofTargetConstraintParams | |
| ActorHandle | actor {} |
| Actor handle identifying the articulated actor. | |
| int | dofIndex = 0 |
| DoF index within the joint (0-based). | |
| int | jointIndex = 0 |
| Index of the joint in the articulated actor. | |
| real | targetValue = 0_r |
| Target value for the joint DoF. | |
| Public Attributes inherited from superdex::ConstraintParams | |
| real | damping = 0_r |
| Constraint damping coefficient. | |
| real | saturation = -1_r |
| Saturation distance [m] or angle [rad]. | |
| real | stiffness = 1e6_r |
| Constraint stiffness coefficient. | |
Additional Inherited Members | |
| Public Member Functions inherited from superdex::ConstraintParams | |
| bool | operator== (ConstraintParams const &) const =default |
Prefab parameters for a ArticulatedSingleDofTargetConstraintParams.
Definition at line 225 of file mochi_prefab.h.
| DynamicString superdex::prefab::ArticulatedSingleDofTargetConstraintPrefab::actorName |
Name or hierarchy path identifying the articulated actor.
Definition at line 227 of file mochi_prefab.h.