|
SuperDex Physics C++ API
|
Prefab parameters for a RigidPivotToRigidTargetConstraintParams. More...
#include <mochi_prefab.h>
Public Attributes | |
| DynamicString | actorName {} |
| Name or hierarchy path identifying the rigid actor. | |
| Public Attributes inherited from superdex::RigidPivotToRigidTargetConstraintParams | |
| ActorHandle | actor {} |
| Actor handle identifying the rigid actor. | |
| Real3 | localPosition {} |
| Pivot point in rigid actor's local frame [m]. | |
| TransformRT | targetTransform {} |
| Target center-of-mass transform. | |
| 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 RigidPivotToRigidTargetConstraintParams.
Definition at line 206 of file mochi_prefab.h.
| DynamicString superdex::prefab::RigidPivotToRigidTargetConstraintPrefab::actorName {} |
Name or hierarchy path identifying the rigid actor.
Definition at line 207 of file mochi_prefab.h.