|
SuperDex Physics C++ API
|
Parameters to create a pose controller for an articulated actor. More...
#include <mochi_structs.h>
Public Member Functions | |
| PoseControllerParams ()=default | |
| PoseControllerParams (int numLinks) | |
| Construct with all tracking arrays pre-sized to numLinks default-constructed PoseTrackingParams (zero gains). | |
Public Attributes | |
| DynamicArray< PoseTrackingParams > | jointTracking |
| Tracking parameters for joint constraints. | |
| DynamicArray< PoseTrackingParams > | linkPosTracking |
| Tracking parameters for link position constraints. | |
| DynamicArray< PoseTrackingParams > | linkRotTracking |
| Tracking parameters for link rotation constraints. | |
Parameters to create a pose controller for an articulated actor.
Definition at line 585 of file mochi_structs.h.
|
default |
|
inlineexplicit |
Construct with all tracking arrays pre-sized to numLinks default-constructed PoseTrackingParams (zero gains).
| [in] | numLinks | Number of links the controller will track. |
Definition at line 591 of file mochi_structs.h.
| DynamicArray<PoseTrackingParams> superdex::PoseControllerParams::jointTracking |
Tracking parameters for joint constraints.
Definition at line 598 of file mochi_structs.h.
| DynamicArray<PoseTrackingParams> superdex::PoseControllerParams::linkPosTracking |
Tracking parameters for link position constraints.
Definition at line 594 of file mochi_structs.h.
| DynamicArray<PoseTrackingParams> superdex::PoseControllerParams::linkRotTracking |
Tracking parameters for link rotation constraints.
Definition at line 596 of file mochi_structs.h.