Parts: {
    bodies: RigidBody[];
    joints: Joint[];
}

The parts that make up a RigidDoublePendulumSim: two RigidBodys and the four Joints that connect them.

Type declaration

Generated using TypeDoc