|
SuperDex Physics C++ API
|
Information about a single pose constraint in a pose controller. More...
#include <mochi_structs.h>
Public Attributes | |
| ConstraintHandle | handle |
| Handle to the underlying constraint. | |
| int | link = -1 |
| Index of the target link in the articulated body. | |
| int | parent = -1 |
| Index of the parent link, or -1 if none. | |
| PoseConstraintType | type = PoseConstraintType::Invalid |
| Type of constraint. | |
Information about a single pose constraint in a pose controller.
Definition at line 601 of file mochi_structs.h.
| ConstraintHandle superdex::PoseConstraintInfo::handle |
Handle to the underlying constraint.
Definition at line 602 of file mochi_structs.h.
| int superdex::PoseConstraintInfo::link = -1 |
Index of the target link in the articulated body.
Definition at line 606 of file mochi_structs.h.
| int superdex::PoseConstraintInfo::parent = -1 |
Index of the parent link, or -1 if none.
Definition at line 608 of file mochi_structs.h.
| PoseConstraintType superdex::PoseConstraintInfo::type = PoseConstraintType::Invalid |
Type of constraint.
Definition at line 604 of file mochi_structs.h.