public Connection(Limb root, Vector3 anchor_on_root_at, Vector3 anchor_orientation, Limb limb) { anchor = root; root.joints.Add(this); free = limb; anchor_point = anchor_on_root_at; this.anchor_orientation = anchor_orientation; }