|
SuperDex Physics C++ API
|
Prefab parameters for a RigidPrismaticJointConstraintParams. More...
#include <mochi_prefab.h>
Public Attributes | |
| DynamicString | actorNameA {} |
| Name or hierarchy path identifying rigid actor A. | |
| DynamicString | actorNameB {} |
| Name or hierarchy path identifying rigid actor B. | |
| Public Attributes inherited from superdex::RigidPrismaticJointConstraintParams | |
| ActorHandle | actorA {} |
| Actor handle identifying rigid actor A. | |
| ActorHandle | actorB {} |
| Actor handle identifying rigid actor B. | |
| Real3 | freeAxis {} |
| Axis of free translation, specified in the world frame at constraint creation time. | |
| std::optional< real > | max {} |
| Maximum translation [m] relative to rest position. | |
| std::optional< real > | min {} |
| Minimum translation [m] relative to rest position. | |
| 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 RigidPrismaticJointConstraintParams.
Definition at line 181 of file mochi_prefab.h.
| DynamicString superdex::prefab::RigidPrismaticJointConstraintPrefab::actorNameA {} |
Name or hierarchy path identifying rigid actor A.
Definition at line 182 of file mochi_prefab.h.
| DynamicString superdex::prefab::RigidPrismaticJointConstraintPrefab::actorNameB {} |
Name or hierarchy path identifying rigid actor B.
Definition at line 183 of file mochi_prefab.h.