|
SuperDex Physics C++ API
|
Prefab parameters for a RigidPivotRotationConstraintParams. More...
#include <mochi_prefab.h>
Public Attributes | |
| DynamicString | actorName {} |
| Name or hierarchy path identifying the rigid actor. | |
| Public Attributes inherited from superdex::RigidPivotRotationConstraintParams | |
| ActorHandle | actor {} |
| Actor handle identifying the rigid actor. | |
| Real3 | localRotation {} |
| Pivot frame in rigid actor's local coordinates, as a rotation vector [rad]. | |
| Real3 | targetRotation {} |
| Target rotation in world coordinates, as a rotation vector [rad]. | |
| 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 RigidPivotRotationConstraintParams.
Definition at line 210 of file mochi_prefab.h.
| DynamicString superdex::prefab::RigidPivotRotationConstraintPrefab::actorName {} |
Name or hierarchy path identifying the rigid actor.
Definition at line 211 of file mochi_prefab.h.