|
SuperDex Physics C++ API
|
Defines a cycle-closing joint in an articulated body. More...
#include <articulated_body_params.h>
Public Member Functions | |
| bool | operator== (ArticulatedCycleJoint const &) const =default |
Public Attributes | |
| int | child = 0 |
| Child link index. | |
| int | parent = 0 |
| Parent link index. | |
Defines a cycle-closing joint in an articulated body.
Cycle joints create closed loops in the kinematic chain, allowing more complex topologies beyond simple tree structures.
Definition at line 107 of file articulated_body_params.h.
|
default |
| int superdex::ArticulatedCycleJoint::child = 0 |
Child link index.
Definition at line 109 of file articulated_body_params.h.
| int superdex::ArticulatedCycleJoint::parent = 0 |
Parent link index.
Definition at line 112 of file articulated_body_params.h.